Review feedback

This commit is contained in:
Alfonso Acosta
2016-07-13 14:25:57 +00:00
parent 7367b60428
commit 93c4e4537b

2
scope
View File

@@ -162,7 +162,7 @@ launch() {
print_app_endpoints() {
echo "Weave Scope is reachable at the following URL(s):" >&2
for ip in $@; do
for ip in "$@"; do
echo " * http://$ip:4040/" >&2
done
}