Skip to content

Commit 28aa6db

Browse files
authored
Putting a dash back where it belongs
1 parent fffb58b commit 28aa6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io_burst/burst_io.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ while [[ $# -gt 0 ]]; do
332332
done
333333

334334
# Install needed packages based on what's listed in the wrapper's json file
335-
${TOOLS_BIN}/package_tool --no_packages $to_no_pkg_install -wrapper_config ${run_dir}/io_burst-wrapper.json
335+
${TOOLS_BIN}/package_tool --no_packages $to_no_pkg_install --wrapper_config ${run_dir}/io_burst-wrapper.json
336336
if [[ $? -ne 0 ]]; then
337337
exit_out "package_tool reported failure installing dependencies." 1
338338
fi

0 commit comments

Comments
 (0)