Commit b36e6696 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 6491a094
...@@ -43,7 +43,7 @@ cmd_deploy() { ...@@ -43,7 +43,7 @@ cmd_deploy() {
} }
# cmd_deploy-local <path> - deploy NEO & needed software for tests @path # cmd_deploy-local <path> - deploy NEO & needed software for tests @path
cmd_deploy_local() { cmd_deploy-local() {
path=$1 path=$1
test -z "$path" && die "Usage: neotest deploy-local <path>" test -z "$path" && die "Usage: neotest deploy-local <path>"
test -e $path/deployed && echo "# already deployed" && return test -e $path/deployed && echo "# already deployed" && return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment