Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
b8d999d918 |
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ esac
|
|||
|
||||
if [[ $* =~ ^https://.*\.git$ || $* =~ ^ssh://.*\.git$ ]]
|
||||
then
|
||||
check_bin "git"
|
||||
required_commands "git"
|
||||
|
||||
# Check
|
||||
localrepo="${DOTREPO}/$(basename $* .git)"
|
||||
|
|
Reference in a new issue