summaryrefslogtreecommitdiff
path: root/git-shell-commands/fetch-mirrors
diff options
context:
space:
mode:
Diffstat (limited to 'git-shell-commands/fetch-mirrors')
-rwxr-xr-xgit-shell-commands/fetch-mirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shell-commands/fetch-mirrors b/git-shell-commands/fetch-mirrors
index 1a24215..b2a1350 100755
--- a/git-shell-commands/fetch-mirrors
+++ b/git-shell-commands/fetch-mirrors
@@ -13,7 +13,7 @@ set -e
git fetch
- popd >dev/null
+ popd >/dev/null
done