Skip to content

Commit

Permalink
Update tools/ci/run_ci.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Reto Schneider <[email protected]>
  • Loading branch information
LukasWoodtli and rettichschnidi authored Dec 9, 2024
1 parent f224d48 commit a172491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ function run_code_checker() {
output_location="${baseline_file}"
else
output_format="html"
output_location="$code_checker_report"
output_location="${code_checker_report}"
fi

CodeChecker parse -e "$output_format" \
Expand Down

0 comments on commit a172491

Please sign in to comment.