From 7d08c5f2a9f38c9d8780deaa27a5a8769f839eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 10 Dec 2012 19:44:53 -0300 Subject: Point to the full mirrors path --- git-shell-commands/fetch-mirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3