mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-21 07:34:18 +02:00
Merge 251c72c3be into 53788271b3
This commit is contained in:
commit
00370cdc2c
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