From: Bjørn Erik Pedersen Date: Sun, 19 Apr 2026 13:35:46 +0000 (+0200) Subject: commands: Add missing import X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e3413d927f7e5287e5956bdb6fdb1c247d964cf4;p=brevno-suite%2Fhugo commands: Add missing import --- diff --git a/commands/commandeer.go b/commands/commandeer.go index 77ae0e66f..6b222fe9b 100644 --- a/commands/commandeer.go +++ b/commands/commandeer.go @@ -39,6 +39,7 @@ import ( "github.com/gohugoio/hugo/common/hstrings" "github.com/gohugoio/hugo/common/htime" + "github.com/gohugoio/hugo/common/hugo" "github.com/gohugoio/hugo/common/loggers" "github.com/gohugoio/hugo/common/paths" "github.com/gohugoio/hugo/common/types"