main
Nilo Roberto C Paim 2025-08-13 12:09:31 -03:00
parent 0c28675131
commit 18e0e693e5
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ func main() {
var releaseType string
if len(args) == 0 {
releaseType = "dev"
releaseType = "prod"
} else {
releaseType = args[0]
}