diff --git a/cli/server/new.go b/cli/server/new.go index adfe96ab..a3e2f8c4 100644 --- a/cli/server/new.go +++ b/cli/server/new.go @@ -77,7 +77,7 @@ environment variable or otherwise passing the "--env/-e" flag. } if hetznerCloudAPIToken == "" { - logrus.Fatal("Hetznew Cloud API token is missing, cannot continue") + logrus.Fatal("Hetzner Cloud API token is missing, cannot continue") } ctx := context.Background()