forked from toolshed/abra
		
	refactor: less quotes
This commit is contained in:
		| @ -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 { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user