summaryrefslogtreecommitdiffstats
path: root/hugofs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-04-07 13:56:11 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-04-07 13:56:11 +0200
commit57c347e4cccbf7658e0d39ca25b35031771ec176 (patch)
tree696fb1340d1b1910d80ba9f6ec6b732b481a7240 /hugofs
parent969f9311c12a9f54fdd820e038a56ce6fc6ed946 (diff)
hugofs: Fix GoDoc
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/fs.go2
1 files changed, 1 insertions, 1 deletions
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{})