Skip to content

Commit e7af470

Browse files
committed
Remove unnecessary zsh semicolon.
Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
1 parent e133849 commit e7af470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/setup_workflow_repo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# shellcheck disable=SC2066
1414
for branch in\
15-
"${(f)"$(git for-each-ref refs/remotes/origin --format='%(if)%(symref)%(then)%(else)%(refname:strip=-1)%(end)')":#}";\
15+
"${(f)"$(git for-each-ref refs/remotes/origin --format='%(if)%(symref)%(then)%(else)%(refname:strip=-1)%(end)')":#}"
1616
do
1717
git branch --track "${branch}" "origin/${branch}" >/dev/null 2>&1 || true
1818
done

0 commit comments

Comments
 (0)