From 26987688f06bb3f53ae4c49e621916615b264796 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 23 Mar 2019 23:29:47 +0300 Subject: Cleanup some files replacing tabs with spaces --- tests/publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/publish') 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 -- cgit v1.1