diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-08-16 12:30:03 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-08-16 12:54:59 +0200 |
commit | a655e00d702dbc20b3961b131b33ab21841b043d (patch) | |
tree | b4f1c3e347af0fb05f836b84fe6663dc4b71417b /commands/commandeer.go | |
parent | 9d973004f5379cff2adda489566fe40683553c4c (diff) | |
download | hugo-a655e00d702dbc20b3961b131b33ab21841b043d.tar.gz hugo-a655e00d702dbc20b3961b131b33ab21841b043d.zip |
commands: Gracefully handle typos in server config when running the server
Fixes #5081
Diffstat (limited to 'commands/commandeer.go')
-rw-r--r-- | commands/commandeer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/commandeer.go b/commands/commandeer.go index 0a024f047..c55806980 100644 --- a/commands/commandeer.go +++ b/commands/commandeer.go @@ -71,6 +71,7 @@ type commandeer struct { languages langs.Languages configured bool + paused bool } func (c *commandeer) Set(key string, value interface{}) { |