mirror of
https://github.com/gohugoio/hugo.git
synced 2025-06-29 04:09:51 +00:00
Fix ignored --config flag with 'new' command
This commit is contained in:
parent
5df2b79dd2
commit
e82b2dc8c1
2 changed files with 14 additions and 15 deletions
|
@ -18,7 +18,6 @@ import (
|
|||
"github.com/gohugoio/hugo/config"
|
||||
"github.com/gohugoio/hugo/helpers"
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/spf13/nitro"
|
||||
)
|
||||
|
||||
|
@ -46,7 +45,7 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
|
|||
newCheckCmd(),
|
||||
b.newBenchmarkCmd(),
|
||||
newConvertCmd(),
|
||||
newNewCmd(),
|
||||
b.newNewCmd(),
|
||||
newListCmd(),
|
||||
newImportCmd(),
|
||||
newGenCmd(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue