From 95a45f991d61efc33c40b43dfe127ed09353c8c6 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 13 Jul 2016 14:17:04 +0000 Subject: [PATCH] Review feedback --- scope | 1 - 1 file changed, 1 deletion(-) diff --git a/scope b/scope index 47540b607..edcb7abe6 100755 --- a/scope +++ b/scope @@ -224,7 +224,6 @@ EOF app_ip=$(docker inspect -f '{{.NetworkSettings.IPAddress}}' "${CONTAINER}") check_not_running $SCOPE_CONTAINER_NAME $SCOPE_IMAGE_NAME docker rm -f $SCOPE_CONTAINER_NAME >/dev/null 2>&1 || true - create_plugins_dir CONTAINER=$($(launch_command --no-app "$@" "${app_ip}:4040")) print_app_endpoints "localhost" return