Skip to content

Commit c86021e

Browse files
committed
Stop shellcheck warning on 'echo -v'
Non-portability is unlikely to be a problem
1 parent cb032b0 commit c86021e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scope

+1
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ docker_args() {
170170
-v /var/run/docker.sock:/var/run/docker.sock \
171171
-v /sys/kernel/debug:/sys/kernel/debug \
172172
-e CHECKPOINT_DISABLE
173+
# shellcheck disable=SC2039
173174
[ -n "${PLUGINS_DIR_EXISTS:-}" ] && echo -v /var/run/scope/plugins:/var/run/scope/plugins
174175
}
175176

0 commit comments

Comments
 (0)