Loading modules/cloud_service_providers/aws_cloud/tests/src/Behat/scripts/cleanup_aws_resources.sh +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ function main() { -n | --name) shift; val_reg_exp="$1" ;; -p | --profile) shift; awscli_args+=("--profile $1") ;; -r | --region) shift; awscli_args+=("--region $1") ;; -t | --target) shift; targets=("$@") break ;; -t | --target) shift; targets=("$@"); break ;; *) usage ;; esac shift Loading Loading
modules/cloud_service_providers/aws_cloud/tests/src/Behat/scripts/cleanup_aws_resources.sh +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,7 @@ function main() { -n | --name) shift; val_reg_exp="$1" ;; -p | --profile) shift; awscli_args+=("--profile $1") ;; -r | --region) shift; awscli_args+=("--region $1") ;; -t | --target) shift; targets=("$@") break ;; -t | --target) shift; targets=("$@"); break ;; *) usage ;; esac shift Loading