We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bb33f commit e2b2536Copy full SHA for e2b2536
1 file changed
browser-emulator/notify-aws.sh
@@ -7,7 +7,7 @@ shopt -s inherit_errexit 2>/dev/null || true
7
# Trace all commands.
8
set -o xtrace
9
10
-pip3 install ----break-system-packages https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
+pip3 install --break-system-packages https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz
11
12
# sending the finish call
13
/home/ubuntu/.local/bin/cfn-signal -e 0 --stack ${AWS_STACK} --resource BrowserInstance --region ${AWS_REGION}
0 commit comments