Skip to content

Commit

Permalink
fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
paulyufan2 committed Oct 4, 2023
1 parent d34c85a commit f79cd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/os_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f79cd61

Please sign in to comment.