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 74f7bcf commit bf2f407Copy full SHA for bf2f407
scripts/release_scripts/run_macaron.sh
@@ -443,7 +443,7 @@ if [[ -n "${arg_prov_exp:-}" ]]; then
443
fi
444
445
446
-# Determine the provenance expectation path to be mounted into ${MACARON_WORKSPACE}/prov_files/${pf_name} where pf_name is a file name.
+# Mount the provenance file into ${MACARON_WORKSPACE}/prov_files/${pf_name} where pf_name is a file name.
447
if [[ -n "${arg_prov_file:-}" ]]; then
448
prov_file_path="${arg_prov_file}"
449
prov_file_name="$(basename "${prov_file_path}")"
0 commit comments