Skip to content

Commit

Permalink
fix: gdate -> date
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Mar 28, 2016
1 parent 496f04a commit 5a8877a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

now="$(gdate --utc --iso-8601=seconds)"
now="$(date --utc --iso-8601=seconds)"

echo "uploading"
aws s3 cp "$LOCAL_DIR" "s3://$BUCKET/$UPLOAD_DIR-$now/" \
Expand Down

0 comments on commit 5a8877a

Please sign in to comment.