aboutsummaryrefslogtreecommitdiff
path: root/tests/publish
diff options
context:
space:
mode:
Diffstat (limited to 'tests/publish')
-rwxr-xr-xtests/publish2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/publish b/tests/publish
index 90b20c9..df355eb 100755
--- a/tests/publish
+++ b/tests/publish
@@ -76,7 +76,7 @@ for r in $(find test -type d -regex '.*/git/.*/[^/]+\.git'); do
while read branch; do
$echo_git git -C $br push --tags origin "$branch:$branch"
done < <(git -C $br for-each-ref --format='%(refname:short)' \
- 'refs/heads/')
+ 'refs/heads/')
fi
done