Skip to content

Commit

Permalink
Fix darwin compilation issue (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Jellick authored Aug 18, 2020
1 parent c713dfb commit f687eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !windows
// +build linux

package podexecutor

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build !linux

package podexecutor

import "os/exec"
Expand Down

0 comments on commit f687eff

Please sign in to comment.