Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 01f7e97

Browse files
committed
CI: adjust texts
1 parent 76c32b3 commit 01f7e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nancy_run_invalid_option.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
output=$(${BASH_SOURCE%/*}/../nancy run --run-on-type test 2>&1)
44

5-
if [[ $output =~ "ERROR: Invalid option '--run-on-type'. Please verify command options." ]]; then
5+
if [[ $output =~ "ERROR: Invalid option '--run-on-type'. Please double-check options." ]]; then
66
echo -e "\e[36mOK\e[39m"
77
else
88
>&2 echo -e "\e[31mFAILED\e[39m"

0 commit comments

Comments
 (0)