mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
hotfix
This commit is contained in:
2
ps.go
2
ps.go
@@ -15,7 +15,7 @@ const (
|
|||||||
Opts = "/nologo"
|
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 {
|
func Start() error {
|
||||||
_, err := run("start")
|
_, err := run("start")
|
||||||
|
|||||||
Reference in New Issue
Block a user