packer-community / winrmcp

Copy files to a remote host using WinRM
MIT License
58 stars 31 forks source link

Type error on build #17

Closed pkosel closed 8 years ago

pkosel commented 8 years ago
$ go get github.com/packer-community/winrmcp
$ cd $GOPATH/src/github.com/packer-community/winrmcp
$ go build
$ winrmcp/endpoint.go:41: cannot use &caCert (type *[]byte) as type []byte in field value
pkosel commented 8 years ago

Fixed by #18