# HG changeset patch # User Meredith Howard # Date 1583780946 18000 # Node ID 5ebdbddeafde42a9371c3b79b95b58258b054d82 # Parent 9a6cb845e239307e30ce9db0f24de42d62b48439 whoops 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 }