Skip to content

Commit

Permalink
fix(sqs-helper): Updated sqs helper script to create more than one wo…
Browse files Browse the repository at this point in the history
…rkspace
  • Loading branch information
Edward Malinowski authored and Edward Malinowski committed Jul 24, 2023
1 parent bb6eb13 commit 9ff996d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/sqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gen3_sqs_create_queue() {
return 1
fi
gen3_log_info "Creating SQS '$sqsName'"
local prefix="$(gen3 api safe-name sqs-create)"
local prefix="$(gen3 api safe-name $sqsName"
( # subshell - do not pollute parent environment
gen3 workon default ${prefix}__sqs 1>&2
gen3 cd 1>&2
Expand Down

0 comments on commit 9ff996d

Please sign in to comment.