Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ronniedroid committed Jul 15, 2024
1 parent dd6ab62 commit 12eb5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/types/paths_normal.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func NewPaths() *Paths {
paths := &Paths{}

paths.Download = filepath.Join(xdg.UserDirs.Download, "embellish")
paths.Install = xda.FontDirs[0]
paths.Install = xdg.FontDirs[0]
paths.Db = filepath.Join(xdg.DataHome, "embellish")

os.MkdirAll(paths.Download, 0755)
Expand Down

0 comments on commit 12eb5e3

Please sign in to comment.