mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 08:04:18 +02:00
fix: correct typo in config directory error message
This commit is contained in:
parent
53788271b3
commit
251c72c3be
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -432,7 +432,7 @@ func tryLoadConfigFromDefaultPlaces() {
|
|||
scope := gap.NewScope(gap.User, "glow")
|
||||
dirs, err := scope.ConfigDirs()
|
||||
if err != nil {
|
||||
fmt.Println("Could not load find configuration directory.")
|
||||
fmt.Println("Could not find configuration directory.")
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue