diff --git a/bin/homedir-setup b/bin/homedir-setup
--- 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
 }