From 4fe7bac236d7c1895271bf15bdb9dda1253ec230 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Thu, 7 Jul 2016 22:37:56 +0000 Subject: git-shell-commands: use tab --- git-shell-commands/fetch-mirrors | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'git-shell-commands/fetch-mirrors') diff --git a/git-shell-commands/fetch-mirrors b/git-shell-commands/fetch-mirrors index afff064..6b7672d 100755 --- a/git-shell-commands/fetch-mirrors +++ b/git-shell-commands/fetch-mirrors @@ -7,7 +7,7 @@ set -e # Find all mirrors "$(dirname "$0")"/mirrors | while read -r mirror; do - pushd "$mirror" >/dev/null - git remote update - popd >/dev/null + pushd "$mirror" >/dev/null + git remote update + popd >/dev/null done -- cgit v1.2.3-54-g00ecf