diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-10 19:44:53 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-10 19:44:53 -0300 |
commit | 7d08c5f2a9f38c9d8780deaa27a5a8769f839eae (patch) | |
tree | 44901552cfa5c76117eddae1ee70c1e6889da255 /git-shell-commands | |
parent | 45ed11f638444386d413266149edec03fef3814e (diff) |
Point to the full mirrors path
Diffstat (limited to 'git-shell-commands')
-rwxr-xr-x | git-shell-commands/fetch-mirrors | 2 |
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 |