Skip to content

Commit

Permalink
Fix missing '$'
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Boston committed Jul 14, 2023
1 parent 1af0efa commit ae23bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ files_since() {
compute_coverage() {
# Combine .tix files
local SUM_TIX="all.tix"
hpc sum --output=$SUM_TIX --union --exclude=Main --exclude=GitRev (find . -name "*.tix")
hpc sum --output=$SUM_TIX --union --exclude=Main --exclude=GitRev $(find . -name "*.tix")
# Generate report
local HPC_ROOT=$(find dist-newstyle -name "hpc")
# TODO: Remove debug echos"
Expand Down

0 comments on commit ae23bdc

Please sign in to comment.