From 4fe7bac236d7c1895271bf15bdb9dda1253ec230 Mon Sep 17 00:00:00 2001 From: Parabola git Date: Thu, 7 Jul 2016 22:37:56 +0000 Subject: git-shell-commands: use tab --- git-shell-commands/mirror | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-shell-commands/mirror') 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 -- cgit v1.2.3-54-g00ecf