Skip to content

Commit

Permalink
rm reference to undefined sample name
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Sep 14, 2023
1 parent df20863 commit ec628b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/check/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ __main__() {
ngold=$(wc --chars gold.log | cut -f 1 -d ' ')
nnew=$(wc --chars output.log | cut -f 1 -d ' ')
if (( ngold != nnew )); then
error "Different character counts in logs for ${_sample}"
error "Different character counts in logs"
rc=1
fi

Expand Down

0 comments on commit ec628b5

Please sign in to comment.