From d42ebe699feefc9fca5a8ec4203c8b5aa5a80549 Mon Sep 17 00:00:00 2001 From: Mahasri Kalavala Date: Mon, 23 Oct 2017 03:58:59 -0400 Subject: [PATCH] added quotes around the host (#3725) Throws "while scanning for the next token found character '@' that cannot start any token" an error without quotes around it. --- source/_components/namecheapdns.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/namecheapdns.markdown b/source/_components/namecheapdns.markdown index 5b82024bf14..73fbc9d1f1b 100644 --- a/source/_components/namecheapdns.markdown +++ b/source/_components/namecheapdns.markdown @@ -24,7 +24,7 @@ To use the component in your installation, add the following to your `configurat ```yaml # Example configuration.yaml entry namecheapdns: - host: @ + host: '@' domain: example.com access_token: 0123_Dynamic_DNS_Password ```