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

Commit 46283e6

Browse files
author
Dmitry
committed
Some PR remarks fixed. Tests.
1 parent 1962809 commit 46283e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nancy_run_options_no_region.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PARAMS
1313

1414
output=$(${BASH_SOURCE%/*}/../nancy_run.sh $params 2>&1)
1515

16-
if [[ $output =~ "NOTICE: AWS EC2 region not given. Will used us-east-1." ]]; then
16+
if [[ $output =~ "NOTICE: AWS EC2 region not given. Will use us-east-1." ]]; then
1717
echo -e "\e[36mOK\e[39m"
1818
else
1919
>&2 echo -e "\e[31mFAILED\e[39m"

0 commit comments

Comments
 (0)