summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/hugo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/hugo.go b/commands/hugo.go
index 36d3812eb..f9d4c12a5 100644
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -914,12 +914,12 @@ func (c *commandeer) handleEvents(watcher *watcher.Batcher,
}
}
- // A write event will follow.
- continue
}
// Config file(s) changed. Need full rebuild.
c.fullRebuild(configChangeType)
+
+ return
}
}