Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Apr 2, 2024
1 parent 9f996b3 commit 7f4ac11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func create() {
}

if *revisionSHA {
out, err := utils.RunSHOUT("date", "date +%Y%m%d%H%M%S")
out, err := utils.RunSHOUT("date", "date +%Y%m%d%H%M")
checkErr(err)
githubSHA := os.Getenv("GITHUB_SHA")
shortSHA := githubSHA
Expand Down

0 comments on commit 7f4ac11

Please sign in to comment.