summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-10 19:44:53 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-12-10 19:44:53 -0300
commit7d08c5f2a9f38c9d8780deaa27a5a8769f839eae (patch)
tree44901552cfa5c76117eddae1ee70c1e6889da255
parent45ed11f638444386d413266149edec03fef3814e (diff)
Point to the full mirrors path
-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