Skip to content

Commit

Permalink
Drop deprecated function
Browse files Browse the repository at this point in the history
  • Loading branch information
zix99 committed Aug 19, 2022
1 parent 39759af commit 8ac4c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func listDocFiles() {
fmt.Println("Available Docs:")
entries, _ := docs.DocFS.ReadDir(docs.BasePath)
for _, entry := range entries {
fmt.Printf(" %s\n", strings.Title(strings.TrimSuffix(entry.Name(), ".md")))
fmt.Printf(" %s\n", strings.TrimSuffix(entry.Name(), ".md"))
}
}

Expand Down

0 comments on commit 8ac4c6f

Please sign in to comment.