From e3413d927f7e5287e5956bdb6fdb1c247d964cf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 19 Apr 2026 15:35:46 +0200 Subject: [PATCH] commands: Add missing import --- commands/commandeer.go | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5