From 9c106e6e2d3d2064552b5663671e9b8b0b37d1d2 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 1 Feb 2022 14:41:00 -0500 Subject: [PATCH] revert test push --- topgrade.aliases | 2 -- 1 file changed, 2 deletions(-) diff --git a/topgrade.aliases b/topgrade.aliases index b0c80f2..f0fd9d1 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -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 }