summaryrefslogtreecommitdiff
path: root/git-shell-commands/mirror
diff options
context:
space:
mode:
authorParabola git <git@parabola.nu>2016-07-07 22:37:56 +0000
committerParabola git <git@parabola.nu>2016-07-07 22:37:56 +0000
commit4fe7bac236d7c1895271bf15bdb9dda1253ec230 (patch)
treee8f927d4e4a439c1cdfc617d845e736606f02ad9 /git-shell-commands/mirror
parentc9ce5eaac72b867b2de97378f1708a035a9e9bf6 (diff)
git-shell-commands: use tab
Diffstat (limited to 'git-shell-commands/mirror')
-rwxr-xr-xgit-shell-commands/mirror2
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