mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugolib/paths: Fix typo
This commit is contained in:
parent
04b89857e1
commit
ce96895deb
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ type Paths struct {
|
||||||
BasePath string
|
BasePath string
|
||||||
|
|
||||||
// Directories
|
// Directories
|
||||||
// TODO(bep) when we have trimmed down mos of the dirs usage outside of this package, make
|
// TODO(bep) when we have trimmed down most of the dirs usage outside of this package, make
|
||||||
// these into an interface.
|
// these into an interface.
|
||||||
ThemesDir string
|
ThemesDir string
|
||||||
WorkingDir string
|
WorkingDir string
|
||||||
|
|
Loading…
Reference in a new issue