From f79cd61dabe10ef9968c2f14eb7220afa261de88 Mon Sep 17 00:00:00 2001 From: paulyufan2 Date: Wed, 4 Oct 2023 16:11:15 -0400 Subject: [PATCH] fix linter issue --- platform/os_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/os_linux.go b/platform/os_linux.go index 321090c38b..1a841b0e91 100644 --- a/platform/os_linux.go +++ b/platform/os_linux.go @@ -132,7 +132,7 @@ func (p *execClient) ClearNetworkConfiguration() (bool, error) { return false, nil } -func (p *execClient) ExecutePowershellCommand(command string) (string, error) { +func (p *execClient) ExecutePowershellCommand(_ string) (string, error) { return "", nil }