Skip to content

Commit e2b2536

Browse files
committed
browser-emulator: fix AMI creation notification wrong argument
1 parent 56bb33f commit e2b2536

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser-emulator/notify-aws.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ shopt -s inherit_errexit 2>/dev/null || true
77
# Trace all commands.
88
set -o xtrace
99

10-
pip3 install ----break-system-packages https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
10+
pip3 install --break-system-packages https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
1111

1212
# sending the finish call
1313
/home/ubuntu/.local/bin/cfn-signal -e 0 --stack ${AWS_STACK} --resource BrowserInstance --region ${AWS_REGION}

0 commit comments

Comments
 (0)