Skip to content

Commit aea8d42

Browse files
tamirdaDotInTheVoid
authored andcommitted
Use macOS-compatible date invocation
1 parent 888b6c3 commit aea8d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ $(cat tmp | grep $new_version | wc -l) -ne 1 ]]; then
3333
fi
3434
mv tmp Cargo.toml
3535

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

0 commit comments

Comments
 (0)