Skip to content

Commit

Permalink
FIX: Allow filters with spaces in
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Mar 19, 2024
1 parent 1011a19 commit 5053e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_push_subscription/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh -l

octue deploy create-push-subscription $1 $2 $3 $4 --expiration-time=$5 --revision-tag=$6 --filter=$7 --subscription-suffix=$8
octue deploy create-push-subscription $1 $2 $3 $4 --expiration-time=$5 --revision-tag=$6 --filter="$7" --subscription-suffix="$8"

0 comments on commit 5053e05

Please sign in to comment.