Chore: Change from double to single quotes (#32430)

pull/32443/head
Dimitris Sotirakis 4 years ago committed by GitHub
parent bb995e966d
commit 814db3d28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packaging/wrappers/grafana-cli

@ -36,4 +36,4 @@ OPTS="--homepath=${GRAFANA_HOME} \
cfg:default.paths.logs=${LOG_DIR} \
cfg:default.paths.plugins=${PLUGINS_DIR}'"
eval $EXECUTABLE "$OPTS" "$@"
eval $EXECUTABLE "$OPTS" '$@'

Loading…
Cancel
Save