We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f52d99b commit 37a7b10Copy full SHA for 37a7b10
1 file changed
Variscite.sh
@@ -504,7 +504,7 @@ elif [[ "$linuxcheck" == "0" ]]; then
504
nonInteractiveGitCheck
505
if [[ $? == "1" ]]; then
506
echo -e "$error Variscite couldn't locate git. If it's already installed, make sure that it's in the PATH."
507
- echo -e "$error Cannot continue without Azule."
+ echo -e "$error Cannot continue without git."
508
echo -e "$info git should be available at your nearest package manager."
509
exit 1
510
fi
0 commit comments