mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
hugofs: Fix GoDoc
This commit is contained in:
parent
969f9311c1
commit
57c347e4cc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func WorkingDir() *afero.BasePathFs {
|
|||
return workingDirFs
|
||||
}
|
||||
|
||||
// InitFs initializes with the OS file system
|
||||
// InitDefaultFs initializes with the OS file system
|
||||
// as source and destination file systems.
|
||||
func InitDefaultFs() {
|
||||
InitFs(&afero.OsFs{})
|
||||
|
|
Loading…
Reference in a new issue