Skip to content

Commit 9c83714

Browse files
committed
Fixed bug in bin/cli that wasn’t properly passing through quoted args
1 parent 1a1c5fb commit 9c83714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ popd > /dev/null
66

77
source ${0%/*}/.init
88

9-
IN_CLI=true CLI_BIN="$CLI_BIN" babel-node boot/Cli.js $@
9+
IN_CLI=true CLI_BIN="$CLI_BIN" babel-node boot/Cli.js "$@"

0 commit comments

Comments
 (0)