Skip to content

Commit ab73fa3

Browse files
author
Ruben Espinosa
committed
Add exit 1
1 parent 7439032 commit ab73fa3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

validator.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ read_file()
1010
if (( ${#invalid[@]} )); then
1111
echo "ERROR!! There are some invalid environment variables:"
1212
printf '%s\n' "${invalid[@]}"
13+
exit 1
1314
fi
1415
}
1516

0 commit comments

Comments
 (0)