Skip to content

Commit

Permalink
Fix the date command to work on OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Mar 26, 2015
1 parent 8183a48 commit eea09dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ function build-kube-env {

rm -f ${file}
cat >$file <<EOF
ENV_TIMESTAMP: $(yaml-quote $(date -uIs))
ENV_TIMESTAMP: $(yaml-quote $(date -u +%Y-%m-%dT%T%z))
INSTANCE_PREFIX: $(yaml-quote ${INSTANCE_PREFIX})
NODE_INSTANCE_PREFIX: $(yaml-quote ${NODE_INSTANCE_PREFIX})
SERVER_BINARY_TAR_URL: $(yaml-quote ${SERVER_BINARY_TAR_URL})
Expand Down

0 comments on commit eea09dd

Please sign in to comment.