Skip to content

Commit

Permalink
Stop shellcheck warning on 'echo -v'
Browse files Browse the repository at this point in the history
Non-portability is unlikely to be a problem
  • Loading branch information
bboreham committed Jan 30, 2021
1 parent cb032b0 commit c86021e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scope
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ docker_args() {
-v /var/run/docker.sock:/var/run/docker.sock \
-v /sys/kernel/debug:/sys/kernel/debug \
-e CHECKPOINT_DISABLE
# shellcheck disable=SC2039
[ -n "${PLUGINS_DIR_EXISTS:-}" ] && echo -v /var/run/scope/plugins:/var/run/scope/plugins
}

Expand Down

0 comments on commit c86021e

Please sign in to comment.