File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ installer:
99 @if [ ! -d makeself ]; then git clone -b deisctl-hack https://github.com/deis/makeself.git; fi
1010 PATH=./makeself:$$ PATH makeself.sh --bzip2 --nox11 --target /usr/local/bin dist \
1111 dist/deisctl-` cat deis-version` -` go env GOOS` -` go env GOARCH` .run \
12- " Deis Control Utility" " /usr/local/bin/ deisctl refresh-units"
12+ " Deis Control Utility" " deisctl refresh-units"
1313
1414install :
1515 godep go install -v ./...
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616// path hierarchy for finding systemd service templates
17- var rootPaths = []string {"/var/lib/deis/ units" , "~/.deisctl /units" }
17+ var rootPaths = []string {"~/.deisctl/ units" , "/var/lib/deis /units" }
1818
1919// Units returns a list of units filtered by target
2020func (c * FleetClient ) Units (target string ) (units []string , err error ) {
You can’t perform that action at this time.
0 commit comments