Skip to content

Commit

Permalink
Merge pull request #50 from eentzel/fix-quotes
Browse files Browse the repository at this point in the history
Fix quotes on CONSUL_HOSTS and MARATHON_HOST
  • Loading branch information
siggy authored Mar 2, 2018
2 parents 5eaa11b + e83fd6b commit 33bf61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linkerd-viz
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

PLATFORM="${1:-dcos}"

CONSUL_HOST"=${CONSUL_HOST:-localhost}"
MARATHON_HOST"=${MARATHON_HOST:-mesos.marathon}"
CONSUL_HOST="${CONSUL_HOST:-localhost}"
MARATHON_HOST="${MARATHON_HOST:-mesos.marathon}"
PUBLIC_PORT="${PUBLIC_PORT:-3000}"
STATS_PORT="${STATS_PORT:-9191}"
SCRAPE_INTERVAL="${SCRAPE_INTERVAL:-30s}"
Expand Down

0 comments on commit 33bf61b

Please sign in to comment.