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 13d050b commit d26aa15
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")
out, err := utils.RunSHOUT("date", "date +%Y%m%d")
checkErr(err)
date := strings.TrimSpace(string(out))
githubSHA := os.Getenv("GITHUB_SHA")
Expand Down

0 comments on commit d26aa15

Please sign in to comment.