summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 62ed9f1..1a24215 100755
--- a/git-shell-commands/fetch-mirrors
+++ b/git-shell-commands/fetch-mirrors
@@ -6,7 +6,7 @@
set -e
# Find all mirrors
-mirrors | \
+~/git-shell-commands/mirrors | \
while read _mirror; do
pushd "$_mirror" >/dev/null