mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
better error msg language
This commit is contained in:
@@ -40,7 +40,7 @@ func main() {
|
||||
default:
|
||||
dokkuNotImplementExitCode, err := strconv.Atoi(os.Getenv("DOKKU_NOT_IMPLEMENTED_EXIT"))
|
||||
if err != nil {
|
||||
fmt.Println("failed to parse DOKKU_NOT_IMPLEMENTED_EXIT")
|
||||
fmt.Println("failed to retrieve DOKKU_NOT_IMPLEMENTED_EXIT environment variable")
|
||||
dokkuNotImplementExitCode = 10
|
||||
}
|
||||
os.Exit(dokkuNotImplementExitCode)
|
||||
|
||||
Reference in New Issue
Block a user