From 94259b17b55612f5c0bbcae0ee4364a537c2bbe8 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 1 Feb 2022 14:39:52 -0500 Subject: [PATCH] test --- topgrade.aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topgrade.aliases b/topgrade.aliases index f0fd9d1..b0c80f2 100644 --- a/topgrade.aliases +++ b/topgrade.aliases @@ -10,8 +10,10 @@ 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 }