refactor(typo): typo of hetzner in output for user

This commit is contained in:
Roxie Gibson 2021-08-02 23:26:57 +01:00
parent 102f4e22b5
commit b351760f6e
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 1 additions and 1 deletions

View File

@ -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()