Skip to content

Commit

Permalink
[refactor-runner-adxt-783] Cleaned code
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR committed Dec 18, 2024
1 parent 846ecc0 commit 18bea62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/command/osCommand.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func copyRemoteFile(
func NewLocalOSCommand() OSCommand {
if runtime.GOOS == "windows" {
return NewWindowsOSCommand()
} else {
return NewUnixOSCommand()
}

return NewUnixOSCommand()
}

0 comments on commit 18bea62

Please sign in to comment.