diff --git a/hugofs/fs.go b/hugofs/fs.go index a3cb55ea1..c5436bba9 100644 --- a/hugofs/fs.go +++ b/hugofs/fs.go @@ -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{})