From df245919fd29a5cccf8c721ae88ea26359271233 Mon Sep 17 00:00:00 2001 From: Bryan Boreham Date: Wed, 16 Jan 2019 10:37:29 +0000 Subject: [PATCH] Lint --- scope | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scope b/scope index 4b133f9a0..909faad14 100755 --- a/scope +++ b/scope @@ -177,8 +177,8 @@ launch_command() { # FIXME -p flag only wanted when we are running the app # shellcheck disable=SC2046,SC2086 echo docker run -d --name="$SCOPE_CONTAINER_NAME" $(docker_args) \ - -e SCOPE_HOSTNAME=$(hostname) \ - -p 4040:4040 \ + -e SCOPE_HOSTNAME=$(hostname) \ + -p 4040:4040 \ $WEAVESCOPE_DOCKER_ARGS "$SCOPE_IMAGE" --probe.docker=true }