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"