Skip to content

Commit

Permalink
fix: typo in date format string
Browse files Browse the repository at this point in the history
  • Loading branch information
adieuadieu committed Apr 23, 2018
1 parent 041bbe2 commit 2b67228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ec2-build.sh
Expand Up @@ -68,6 +68,6 @@ JSON=$(jq -c -r \
#
aws ec2 request-spot-instances \
--region "$AWS_REGION" \
--valid-until "$(date -u +%FT%T%.000Z -d '4 hours')" \
--valid-until "$(date -u +%FT%T.000Z -d '4 hours')" \
--cli-input-json "$JSON" | \
jq -r ".SpotInstanceRequests[].Status"

0 comments on commit 2b67228

Please sign in to comment.