Skip to content

Commit a679215

Browse files
committed
minor error message fix
1 parent 53b1661 commit a679215

File tree

1 file changed

+1
-1
lines changed
  • src/integration-tests/bash

1 file changed

+1
-1
lines changed

src/integration-tests/bash/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ function create_image_pull_secret_wercker {
671671

672672
function op_define {
673673
if [ "$#" != 5 ] ; then
674-
fail "requires 4 parameters: OP_KEY NAMESPACE TARGET_NAMESPACES EXTERNAL_REST_HTTPSPORT SETUP_KUBERNETES_CLUSTER"
674+
fail "requires 5 parameters: OP_KEY NAMESPACE TARGET_NAMESPACES EXTERNAL_REST_HTTPSPORT SETUP_KUBERNETES_CLUSTER"
675675
fi
676676
local opkey="`echo \"${1?}\" | sed 's/-/_/g'`"
677677
eval export OP_${opkey}_NAMESPACE="$2"

0 commit comments

Comments
 (0)