From 9abdfb89f999ae9672dcba5afda20cfa2e75c16f Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 24 Nov 2019 23:59:38 +0100 Subject: [PATCH] Replace check_bin() by required_commands in main --- src/dotinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"