diff --git a/cli/record/new.go b/cli/record/new.go index b30a6e83..ab29d48e 100644 --- a/cli/record/new.go +++ b/cli/record/new.go @@ -67,7 +67,7 @@ You may also invoke this command in "wizard" mode and be prompted for input logrus.Fatal(err) } default: - logrus.Fatalf("'%s' is not a supported DNS provider", internal.DNSProvider) + logrus.Fatalf("%s is not a supported DNS provider", internal.DNSProvider) } if internal.AutoDNSRecord {