Skip to content

Commit

Permalink
Use macOS-compatible date invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Sep 11, 2024
1 parent fe3895c commit 2b8c817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [[ $(cat tmp | grep $new_version | wc -l) -ne 1 ]]; then
fi
mv tmp Cargo.toml

date=$(date --utc --rfc-3339=date)
date=$(date -u +'%Y-%m-%d')
format_version=$(cat src/lib.rs | grepor FORMAT_VERSION | col6 | sd ";" "")
rustc_commit=$(cat COMMIT.txt)

Expand Down

0 comments on commit 2b8c817

Please sign in to comment.