Skip to content

Commit

Permalink
Minor error message changes
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Nov 29, 2023
1 parent 1b3a74e commit fa0079a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/kubernetes-tentacle/scripts/configure-tentacle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ function validateVariables() {
fi

if [[ -z "$TargetEnvironment" ]]; then
echo "Please specify an environment name with the 'TargetEnvironment' environment variable" >&2
echo "Please specify one or more environment names (comma delimited) with the 'TargetEnvironment' environment variable" >&2
exit 1
fi

if [[ -z "$TargetRole" ]]; then
echo "Please specify a role name with the 'TargetRole' environment variable" >&2
echo "Please specify one or more role names (comma delimited) with the 'TargetRole' environment variable" >&2
exit 1
fi

Expand Down

0 comments on commit fa0079a

Please sign in to comment.