summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/commandeer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commandeer.go b/commands/commandeer.go
index 75d69b251..3939d3bd0 100644
--- a/commands/commandeer.go
+++ b/commands/commandeer.go
@@ -143,7 +143,7 @@ func newCommandeer(mustHaveConfigFile, running bool, h *hugoBuilderCommon, f fla
// The time value used is tested with mass content replacements in a fairly big Hugo site.
// It is better to wait for some seconds in those cases rather than get flooded
// with rebuilds.
- rebuildDebouncer, _, _ = debounce.New(4 * time.Second)
+ rebuildDebouncer = debounce.New(4 * time.Second)
}
c := &commandeer{