Skip to content

Commit

Permalink
Update dev/grafana.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
slimsag committed Jul 2, 2020
1 parent 0e2beee commit dcdb75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/grafana.sh
Expand Up @@ -7,7 +7,7 @@ pushd "$(dirname "${BASH_SOURCE[0]}")/.." >/dev/null

GRAFANA_DISK="${HOME}/.sourcegraph-dev/data/grafana"
if [ ! -e "${GRAFANA_DISK}" ]; then
mkdir -p ${GRAFANA_DISK}
mkdir -p ${GRAFANA_DISK}
fi

IMAGE=sourcegraph/grafana:dev
Expand Down

0 comments on commit dcdb75d

Please sign in to comment.