Skip to content

Commit 5ca25a4

Browse files
authored
Merge pull request #45 from RocksteadyTC/patch-1
exits -> exist
2 parents 404afd6 + 6eb92a2 commit 5ca25a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [[ "${CONFIG_FILE}" != /* ]]; then
123123
fi
124124

125125
if [ ! -f ${CONFIG_FILE} ]; then
126-
echo "ERROR: config file does not exits"
126+
echo "ERROR: config file does not exist"
127127
exit
128128
fi
129129

0 commit comments

Comments
 (0)