diff --git a/src/dotinstall b/src/dotinstall index 138e91c..679ddc6 100755 --- a/src/dotinstall +++ b/src/dotinstall @@ -351,7 +351,7 @@ esac if [[ $* =~ ^https://.*\.git$ || $* =~ ^ssh://.*\.git$ ]] then - check_bin "git" + required_commands "git" # Check localrepo="${DOTREPO}/$(basename $* .git)"