FIXED missing ]

Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
Tony Tkáčik 2019-05-03 12:57:07 +02:00
parent 27c9bdd963
commit 5ebc121e2b

View file

@ -19,7 +19,7 @@ function perform_clone_or_pull {
} }
while read old_rew new_rew ref; do 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"; perform_clone_or_pull "$TARGET_DIR";
fi; fi;
done; done;