From 97c875260364e9d5915f70925153385d60a86933 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 28 Nov 2017 21:39:38 +0000 Subject: [PATCH] etc/profile.d/git.sh --- etc/profile.d/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/git.sh b/etc/profile.d/git.sh index a5958fa3..fd1274c3 100644 --- a/etc/profile.d/git.sh +++ b/etc/profile.d/git.sh @@ -125,7 +125,7 @@ git_clone() { *) repo="$repo:" esac - git clone ${repo}${1%.git}.git + git clone ${repo}${1%.git}.git $@ } git_list() { -- 2.47.3