File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ installer: build
2121 PATH=./makeself:$$ PATH BINARY=deis makeself.sh --bzip2 --current --nox11 dist \
2222 dist/deis-cli-` grep ' __version__\ =\ ' deis.py | cut -d' ' -f3 | tr -d \' ` -` go env GOOS` -` go env GOARCH` .run \
2323 " Deis CLI" " echo \
24- && echo ' \033[0;36mdeis\033[0m is in the current directory. Please' \
25- && echo ' move \033[0;36mdeis\033[0m to a directory in your search PATH.' \
24+ && echo ' deis is in the current directory. Please' \
25+ && echo ' move deis to a directory in your search PATH.' \
2626 && echo \
2727 && echo ' See http://docs.deis.io/ for documentation.' \
2828 && echo"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ installer:
2121 dist/deisctl-` cat deis-version` -` go env GOOS` -` go env GOARCH` .run " Deis Control Utility" \
2222 " ./deisctl refresh-units \
2323 && echo \
24- && echo ' \033[0;36mdeisctl\033[0m is in the current directory and unit files are' \
25- && echo ' in \$$HOME/.deis/units. Please move \033[0;36mdeisctl\033[0m to a' \
24+ && echo ' deisctl is in the current directory and unit files are' \
25+ && echo ' in \$$HOME/.deis/units. Please move deisctl to a' \
2626 && echo ' directory in your search PATH.' \
2727 && echo \
2828 && echo ' See http://docs.deis.io/ for documentation.' \
You can’t perform that action at this time.
0 commit comments