FIXED missing ]
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
27c9bdd963
commit
5ebc121e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue