mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
commands: Fix spelling
This commit is contained in:
parent
2998fa0cd5
commit
47506d1644
2 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ func TestCommandsPersistentFlags(t *testing.T) {
|
|||
var sc *serverCmd
|
||||
for _, command := range commands {
|
||||
if b, ok := command.(commandsBuilderGetter); ok {
|
||||
v := b.getCmmandsBuilder().hugoBuilderCommon
|
||||
v := b.getCommandsBuilder().hugoBuilderCommon
|
||||
assert.Equal("myconfig.toml", v.cfgFile)
|
||||
assert.Equal("mysource", v.source)
|
||||
assert.Equal("https://example.com/b/", v.baseURL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue