From 31ee1d708e5df592bc94ec375425221681c5d019 Mon Sep 17 00:00:00 2001 From: Daniel Graham Date: Fri, 15 Dec 2017 17:12:18 -0500 Subject: [PATCH] :bug: fix(config): fix typo of POW_DOMAINS POW_DOMAINS dropped the S in the config file. --- src/configuration.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.coffee b/src/configuration.coffee index e074e5b..6f4238a 100644 --- a/src/configuration.coffee +++ b/src/configuration.coffee @@ -93,7 +93,7 @@ module.exports = class Configuration # If you configure this in your `~/.powconfig` you will need to # re-run `sudo pow --install-system` to make `/etc/resolver` aware # of the new TLDs. - @domains = env.POW_DOMAINS ? env.POW_DOMAIN ? "test,dev" + @domains = env.POW_DOMAINS ? env.POW_DOMAINS ? "test,dev" # `POW_EXT_DOMAINS`: additional top-level domains for which Pow # will serve HTTP requests (but not DNS requests -- hence the