From 7986b079e87b361f2a94ababfe889ae91e3d72cb Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 2 Mar 2016 12:46:16 +0100 Subject: [PATCH] Fixing git functions --- satellites/functions/download/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satellites/functions/download/git.sh b/satellites/functions/download/git.sh index 2b14b3c..04560ee 100644 --- a/satellites/functions/download/git.sh +++ b/satellites/functions/download/git.sh @@ -1,6 +1,6 @@ download_git() { local reponame="$(basename "$1")" - local dir="$dir_source/$name/$_func_reponame-$2" + local dir="$dir_source/$name/$reponame-$2" if [ ! -d "$dir" ]; then rm -rf "$dir"