mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-04 17:40:13 +03:00
commands: Fix broken --appendPort=false
Also make sure to log the correct server URL to the console. Fixes #4111
This commit is contained in:
parent
42fbf15fb7
commit
8afd7d9ceb
2 changed files with 13 additions and 11 deletions
|
@ -25,6 +25,8 @@ type commandeer struct {
|
|||
pathSpec *helpers.PathSpec
|
||||
visitedURLs *types.EvictingStringQueue
|
||||
|
||||
serverPorts []int
|
||||
|
||||
configured bool
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue