This commit is contained in:
deathbybandaid 2022-02-01 14:41:25 -05:00
parent 9c106e6e2d
commit dce8c4371f

View File

@ -12,6 +12,6 @@ topgrade-conf-pull ()
if [ -d "$topgrade_conf_path" ] ; then if [ -d "$topgrade_conf_path" ] ; then
git -C $topgrade_conf_path pull --quiet && echo "Pulled $topgrade_conf_path" git -C $topgrade_conf_path pull --quiet && echo "Pulled $topgrade_conf_path"
else else
git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path" git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path" && echo "Pulled $topgrade_conf_path"
fi fi
} }