Skip to content
This repository was archived by the owner on May 15, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/configuration.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down