Initial commit
This commit is contained in:
7
vendor/github.com/hyperhq/hypercli/pkg/system/path_windows.go
generated
vendored
Normal file
7
vendor/github.com/hyperhq/hypercli/pkg/system/path_windows.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
// +build windows
|
||||
|
||||
package system
|
||||
|
||||
// DefaultPathEnv is deliberately empty on Windows as the default path will be set by
|
||||
// the container. Docker has no context of what the default path should be.
|
||||
const DefaultPathEnv = ""
|
||||
Reference in New Issue
Block a user