Skip to content

Commit

Permalink
Fixed merge script not working in the morning (single-digit hours)
Browse files Browse the repository at this point in the history
Signed-off-by: Henrik Fegran <Henrik.Fegran@silabs.com>
  • Loading branch information
silabs-hfegran committed Aug 28, 2023
1 parent a4a8f0c commit 3e7df23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#List up the PRs these changes are from (so it is easy to see what to include in the cv32e40s/dev to cv32e40x/dev merge)

#Variables:
date_time=$(date +%Y.%m.%d-%k.%M)
date_time=$(date +%Y.%m.%d-%H.%M)


usage() {
Expand Down

0 comments on commit 3e7df23

Please # to comment.