Skip to content

Commit

Permalink
[plugin cli] Wrap arguments in quotes to preserve whitespace (#8945)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Nov 17, 2016
1 parent 5032b91 commit 34d7bde
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 34d7bde

Please sign in to comment.