Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit d54a2ea

Browse files
committed
cleanup
1 parent 859773c commit d54a2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nancy_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ elif [[ "$RUN_ON" = "aws" ]]; then
598598
--filters 'Name=status-code,Values=price-too-low' \
599599
| grep SpotInstanceRequestId | awk '{gsub(/[,"]/, "", $2); print $2}' \
600600
| xargs --no-run-if-empty aws ec2 cancel-spot-instance-requests \
601-
--spot-instance-request-ids
601+
--spot-instance-request-ids
602602

603603
corrrectPriceForLastFailedRequest=$( \
604604
aws ec2 describe-spot-instance-requests \

0 commit comments

Comments
 (0)