summaryrefslogtreecommitdiffstats
path: root/commands/hugo.go
diff options
context:
space:
mode:
authorbogem <albertnigma@gmail.com>2016-11-24 20:30:17 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-01-02 17:01:58 +0100
commit4352156a2730eddda6b05b66b73d910e4ac9abff (patch)
tree09a179c5566b43aeff6c82a53d1e6717756e0dd4 /commands/hugo.go
parent52976da0ec67361556538e41fe18286ea4dfe878 (diff)
commands, helpers: Fix docs
Diffstat (limited to 'commands/hugo.go')
-rw-r--r--commands/hugo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index c4126a090..4c3f0bdd5 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -434,9 +434,9 @@ func watchConfig() {
}
func build(watches ...bool) error {
- // Hugo writes the output to memory instead of the disk
+ // Hugo writes the output to memory instead of the disk.
// This is only used for benchmark testing. Cause the content is only visible
- // in memory
+ // in memory.
if renderToMemory {
hugofs.SetDestination(new(afero.MemMapFs))
// Rendering to memoryFS, publish to Root regardless of publishDir.