diff --git a/plugins/repo/src/commands.go b/plugins/repo/src/commands.go index 52bbfb2fb..9a19bed8b 100644 --- a/plugins/repo/src/commands.go +++ b/plugins/repo/src/commands.go @@ -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)