Skip to content

Commit

Permalink
Fix date command (ko-build#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr authored Aug 16, 2019
1 parent ee58128 commit 9645502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ In order to support [reproducible builds](https://reproducible-builds.org), `ko`

For example, you can set this to the current timestamp by executing:

export SOURCE_DATE_EPOCH=`date +%s
export SOURCE_DATE_EPOCH=$(date +%s)
or to the latest git commit's timestamp with:

export SOURCE_DATE_EPOCH=$(git log -1 --format='%ct')
Expand Down

0 comments on commit 9645502

Please sign in to comment.