whoops

Mon, 09 Mar 2020 14:09:06 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 09 Mar 2020 14:09:06 -0500
changeset 850
5ebdbddeafde
parent 849
9a6cb845e239
child 851
b8501cb649b6

whoops

bin/homedir-setup file | annotate | diff | comparison | revisions
--- a/bin/homedir-setup
+++ b/bin/homedir-setup
@@ -20,8 +20,8 @@ clone_or_pull() {
   if ! [ -d $2 ]; then
     git clone --depth 1 "$1" $2
   else
-    echo "$1:"
-    git -C "$1" pull --no-tags
+    echo "$2:"
+    git -C "$2" pull --no-tags
   fi
 }
 

mercurial