Skip to content

Commit bf2f407

Browse files
author
Trong Nhan Mai
committed
chore: update comment for the mounting of provenance file
1 parent 74f7bcf commit bf2f407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release_scripts/run_macaron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ if [[ -n "${arg_prov_exp:-}" ]]; then
443443
fi
444444
fi
445445

446-
# Determine the provenance expectation path to be mounted into ${MACARON_WORKSPACE}/prov_files/${pf_name} where pf_name is a file name.
446+
# Mount the provenance file into ${MACARON_WORKSPACE}/prov_files/${pf_name} where pf_name is a file name.
447447
if [[ -n "${arg_prov_file:-}" ]]; then
448448
prov_file_path="${arg_prov_file}"
449449
prov_file_name="$(basename "${prov_file_path}")"

0 commit comments

Comments
 (0)