From 93c4e4537bd4a61834b1ab5d96158dbdcce03fbd Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 13 Jul 2016 14:25:57 +0000 Subject: [PATCH] Review feedback --- scope | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scope b/scope index 131dc8f77..1101a667b 100755 --- a/scope +++ b/scope @@ -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 }