diff options
Diffstat (limited to 'git-shell-commands/mirror')
-rwxr-xr-x | git-shell-commands/mirror | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shell-commands/mirror b/git-shell-commands/mirror index 4b2828f..8d7a648 100755 --- a/git-shell-commands/mirror +++ b/git-shell-commands/mirror @@ -6,5 +6,5 @@ set -E for _m in "$@"; do - git clone --mirror "$_m" + git clone --mirror "$_m" done |