diff --git a/bin/clone-or-pull b/bin/clone-or-pull index a781846..6a4b3aa 100755 --- a/bin/clone-or-pull +++ b/bin/clone-or-pull @@ -19,7 +19,7 @@ function perform_clone_or_pull { } while read old_rew new_rew ref; do - if [ "$ref" == "refs/heads/$BRANCH"]; then + if [ "$ref" == "refs/heads/$BRANCH" ]; then perform_clone_or_pull "$TARGET_DIR"; fi; done;