From cb81175fa0bdbcf78c2a2771e6595c35a704137c Mon Sep 17 00:00:00 2001 From: Jakub Date: Tue, 22 Nov 2022 17:18:30 +0100 Subject: [PATCH] Other: missing import --- pkg/restarter/start_windows.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/restarter/start_windows.go b/pkg/restarter/start_windows.go index 129ca32f..5bc0bec4 100644 --- a/pkg/restarter/start_windows.go +++ b/pkg/restarter/start_windows.go @@ -23,6 +23,8 @@ package restarter import ( "os/exec" "syscall" + + "github.com/sirupsen/logrus" ) func run(cmd *exec.Cmd) error {