Browse Source

Update

pull/103/head
Unknown 11 years ago
parent
commit
65036e259c
  1. 1
      cmd/bin.go

1
cmd/bin.go

@ -150,7 +150,6 @@ func runBin(ctx *cli.Context) {
binName += ".exe"
}
binPath := path.Join(doc.VENDOR, "src", pkgName, binName)
fmt.Println(binPath)
if !com.IsFile(binPath) {
log.Error("bin", "Binary does not exist:")
log.Error("", "\t"+binPath)

Loading…
Cancel
Save