Skip to content

Commit

Permalink
fix: old function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Bianconi committed Feb 23, 2023
1 parent 8aec70c commit 6c5b706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func main() {

os.MkdirAll(os.Args[1], 0755) // Create the output folder if it doesn't already exist

configuration.Settings = configuration.Init(configuration.FindConfigFileInArgsOrWorkingDirectory(os.Args))
configuration.Settings = configuration.Init(configuration.FindConfigFileInArgs(os.Args))
cli := cli.NewCommand()
cli.DisableAutoGenTag = true // Disable addition of auto-generated date stamp
err := doc.GenMarkdownTree(cli, os.Args[1])
Expand Down

0 comments on commit 6c5b706

Please sign in to comment.