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

Commit 0eda757

Browse files
author
Dmitry
committed
Messages fix
1 parent 53cb7e9 commit 0eda757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nancy_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ elif [[ "$RUN_ON" == "localhost" ]]; then
644644
exit 1
645645
fi
646646
if [[ "$AWS_BLOCK_DURATION" != "0" ]]; then
647-
err "ERROR: option '--aws-block-duration' must be used with '--run on aws'."
647+
err "ERROR: option '--aws-block-duration' must be used with '--run-on aws'."
648648
exit 1
649649
fi
650650
else

0 commit comments

Comments
 (0)