From 4b3d8f724e2fce7e9efe86484d583d95c0d03748 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Mon, 7 Nov 2022 16:05:49 +0100 Subject: [PATCH] DOCS: Remove double hyphen (#1807) --- docs/creds-json.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/creds-json.md b/docs/creds-json.md index f65415039..6adcba622 100644 --- a/docs/creds-json.md +++ b/docs/creds-json.md @@ -92,17 +92,6 @@ Here is the minimal entry required: } ``` -### hyphen - -Message: `ERROR: creds.json entry ... has invalid ... value ...` - -This indicates the entry for `creds.json` has a TYPE value that is -invalid i.e. it is the empty string or a hyphen (`-`). - -The fix is to correct the `TYPE` parameter in the `creds.json` entry. -Change it to one of the all caps identifiers in [the service provider list](https://stackexchange.github.io/dnscontrol/provider-list). - - ### cleanup Message: `INFO: In dnsconfig.js New*(..., ...) can be simplified to New*(...)`