Skip to content

Commit

Permalink
fix Codacy issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Nov 2, 2022
1 parent daf0359 commit 9276775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/install_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ make dox >& out.txt
# cat out.txt | grep warning | grep -v "ignoring unsupported tag"
popd
rec="$( grep warning build/out.txt | grep -v "ignoring unsupported tag" | wc -l )"
echo $rec
exit $rec
echo "$rec"
exit "$rec"

0 comments on commit 9276775

Please sign in to comment.