revert test push

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

View File

@ -10,10 +10,8 @@ alias topgrade='$topgrade_path'
topgrade-conf-pull ()
{
if [ -d "$topgrade_conf_path" ] ; then
echo "1"
git -C $topgrade_conf_path pull --quiet && echo "Pulled $topgrade_conf_path"
else
echo "2"
git clone --quiet "$topgrade_conf_repo" "$topgrade_conf_path"
fi
}