Skip to content

Commit 37a7b10

Browse files
i missed a super obvious typo
1 parent f52d99b commit 37a7b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Variscite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ elif [[ "$linuxcheck" == "0" ]]; then
504504
nonInteractiveGitCheck
505505
if [[ $? == "1" ]]; then
506506
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."
507+
echo -e "$error Cannot continue without git."
508508
echo -e "$info git should be available at your nearest package manager."
509509
exit 1
510510
fi

0 commit comments

Comments
 (0)