Skip to content

Commit 28c7801

Browse files
authored
Merge pull request #29059 from dotnwat/rpk-wrapper-quotes
rpk: fix wrapper for quoted arguments
2 parents 223a8e6 + cd4b2f5 commit 28c7801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/go/rpk/cmd/rpk/rpk_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ fi
1616

1717
root_dir=$BUILD_WORKSPACE_DIRECTORY
1818
pushd "$root_dir"
19-
${rpk_path} ${cmd} ${extra_cmd_args} ${*}
19+
${rpk_path} ${cmd} ${extra_cmd_args} "${@}"
2020
popd

0 commit comments

Comments
 (0)