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 c75ccb4 commit ea928bf
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 @@ -213,7 +213,7 @@ func create() {
// Slice the first 8 characters
shortSHA = githubSHA[:8]
}
cmd = cmd + " --snapshot-id " + + "-git" + shortSHA
cmd = cmd + " --snapshot-id " + date + "-git" + shortSHA
}
utils.RunSH("create_repo", cmd)
}
Expand Down

0 comments on commit ea928bf

Please sign in to comment.