summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-08 10:20:39 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-08 10:20:39 +0200
commit719251c1af716e10f64db4bad251cd32f1f970b3 (patch)
treeae9f4a2334532f10e9a6aea2a685d6e7574d2dff /commands
parent8b2ef83bb17b9ab4803a04a2d0ae2c8ec76d3f29 (diff)
Bump the debouncer dependency
No practical difference.
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 5dba5e6b3..a5b35f769 100644
--- a/commands/commandeer.go
+++ b/commands/commandeer.go
@@ -103,7 +103,7 @@ func newCommandeer(running bool, doWithCommandeer func(c *commandeer) error, sub
// 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{