Browse Source

Fixing git functions

master
mid-kid 9 years ago
parent
commit
7986b079e8
  1. 2
      satellites/functions/download/git.sh

2
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"

Loading…
Cancel
Save