Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhowes committed Dec 14, 2024
1 parent 1c1df31 commit 4b27199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ percentage-iOS: coverage-iOS

report: percentage-iOS
@if [[ -n "$$GITHUB_ENV" ]]; then \
echo "PERCENTAGE=$$(< percentage.txt)" >> $$GITHUB_ENV; \
echo "PERCENTAGE=$$(< percentage_iOS.txt)" >> $$GITHUB_ENV; \
fi

clean:
Expand Down

0 comments on commit 4b27199

Please sign in to comment.