This commit is contained in:
Unknown
2018-02-04 22:56:44 -05:00
parent e3359307a9
commit 4c994cb3ad

2
ps.go
View File

@@ -15,7 +15,7 @@ const (
Opts = "/nologo"
)
var PKGPATH = path.Join(os.Getenv("GOPATH"), "/src/github.com/sbrow/skirmish/ps")
var PKGPATH = path.Join(os.Getenv("GOPATH"), "src", "github.com", "sbrow", "ps")
func Start() error {
_, err := run("start")