mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-12 20:13:59 +02:00
Fix ignored --config flag with 'new' command
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
5df2b79dd2
commit
e82b2dc8c1
@@ -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(),
|
||||
|
Reference in New Issue
Block a user