Skip to content

Commit

Permalink
Addressing comment from David R.
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Dec 11, 2023
1 parent 52875e8 commit 371010d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-basic-batch-operators-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ while IFS=, read -r package_name catalog; do
./tnf claim show csv -c "$reportDir"/claim.json -n "$package_name" -t "$CNF_TYPE" "$addHeaders" >>"$REPORT_FOLDER"/results.csv

# extract parser
tar -xvf "$reportDir"/*.tar.gz -C "$reportDir"/ results.html
tar -xvf "$reportDir"/*.tar.gz -C "$reportDir" results.html

# Add per operator links
{
Expand Down

0 comments on commit 371010d

Please sign in to comment.