Skip to content

Commit

Permalink
[plugin cli] Wrap arguments in quotes to preserve whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 2, 2016
1 parent 80aaaf2 commit 18d6e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/kibana-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if [ ! -x "$NODE" ]; then
exit 1
fi

exec "${NODE}" $NODE_OPTIONS --no-warnings "${DIR}/src/cli_plugin" ${@}
exec "${NODE}" $NODE_OPTIONS --no-warnings "${DIR}/src/cli_plugin" "$@"

0 comments on commit 18d6e92

Please sign in to comment.