diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:29:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:29:47 +0300 |
commit | 26987688f06bb3f53ae4c49e621916615b264796 (patch) | |
tree | 2f4d65d278c4fa1e2cca152e9ba3486f7b61a9f9 /tests/publish | |
parent | 56296a0d74b708637e41ab92953f17136461e2ed (diff) |
Cleanup some files replacing tabs with spaces
Diffstat (limited to 'tests/publish')
-rwxr-xr-x | tests/publish | 2 |
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 |