Skip to content

Commit 5b3e398

Browse files
committed
Fix output message
1 parent 120934e commit 5b3e398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_matrix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ then
7878
done
7979
if [[ $UPDATE_APPL != $1 ]]
8080
then
81-
$ECHO "\nThe '$1' application submodule specified as input param not exists in the project"
81+
$ECHO "\nThe '$1' application submodule specified as input param does not exist in the project"
8282
print_exec_mode
8383
exit 1
8484
fi

0 commit comments

Comments
 (0)