Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/builder/dockerfile/internals_windows.go
2017-12-05 17:53:58 -06:00

9 lines
179 B
Go

// +build windows
package dockerfile
func fixPermissions(source, destination string, uid, gid int, destExisted bool) error {
// chown is not supported on Windows
return nil
}