We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a7b10 commit 9fcc638Copy full SHA for 9fcc638
1 file changed
Variscite.sh
@@ -486,7 +486,7 @@ elif [[ "$ioscheck" == "0" ]]; then
486
nonInteractiveGitCheck
487
if [[ $? == "1" ]]; then
488
echo -e "$error Variscite couldn't locate git. If it's already installed, make sure that it's in the PATH."
489
- echo -e "$error Cannot continue without Azule."
+ echo -e "$error Cannot continue without git."
490
echo -e "$info git should be available at your nearest package manager."
491
exit 1
492
fi
0 commit comments