diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-10 19:45:34 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-10 19:45:34 -0300 |
commit | 54887dea107480384a9031d778f2891fe46a7b86 (patch) | |
tree | 0d880f65c39b52a325706299b53d6e847e8bf3ca /git-shell-commands | |
parent | 7d08c5f2a9f38c9d8780deaa27a5a8769f839eae (diff) |
Typo
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 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 |