This commit is contained in:
deathbybandaid 2022-03-08 10:32:17 -05:00
parent 2978b9301c
commit d07b2e5348

View File

@ -8,7 +8,7 @@ TOPGRADE_CONF_REPO="https://git.deathbybandaid.net/deathbybandaid/topgrade.git"
topgrade () topgrade ()
{ {
if [[ -f "$TOPGRADE_PATH" ]] ; then if [[ -f "$TOPGRADE_PATH" ]] ; then
$TOPGRADE_PATH $? $TOPGRADE_PATH
else else
echo "topgrade not found at $TOPGRADE_PATH" echo "topgrade not found at $TOPGRADE_PATH"
fi fi