Skip to content

Commit b7f5725

Browse files
committed
fix linter issue
1 parent b5dab05 commit b7f5725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/os_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func (p *execClient) ClearNetworkConfiguration() (bool, error) {
132132
return false, nil
133133
}
134134

135-
func (p *execClient) ExecutePowershellCommand(command string) (string, error) {
135+
func (p *execClient) ExecutePowershellCommand(_ string) (string, error) {
136136
return "", nil
137137
}
138138

0 commit comments

Comments
 (0)