Skip to content

Commit

Permalink
build: Fix output path in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley authored and kattrali committed May 21, 2019
1 parent 47d7d10 commit 994b206
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 @@ endif
@awk 'BEGIN{ \
"cat counter.txt | grep \"com.bugsnag.android\$\"" | getline output;\
split(output, counts);\
"du -k sdk/build/outputs/aar/bugsnag-android-release.aar | cut -f1" | getline size;\
"du -k sdk/build/outputs/aar/bugsnag-android-*.aar | cut -f1" | getline size;\
printf "![Method count and size](https://img.shields.io/badge/Methods%%20and%%20size-";\
printf counts[1] "%%20classes%%20|%%20" counts[2] "%%20methods%%20|%%20" counts[3] "%%20fields%%20|%%20";\
printf size "%%20KB-e91e63.svg)";\
Expand Down

0 comments on commit 994b206

Please sign in to comment.