We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffb58b commit 28aa6dbCopy full SHA for 28aa6db
io_burst/burst_io.sh
@@ -332,7 +332,7 @@ while [[ $# -gt 0 ]]; do
332
done
333
334
# 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
+${TOOLS_BIN}/package_tool --no_packages $to_no_pkg_install --wrapper_config ${run_dir}/io_burst-wrapper.json
336
if [[ $? -ne 0 ]]; then
337
exit_out "package_tool reported failure installing dependencies." 1
338
fi
0 commit comments