File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ Calculate monthly average build time and success rate of a repo over the last ye
2626build-stats travis:boltpkg/bolt calculate
2727```
2828
29- Calculate daily average build time and success rate of a repo over the last month:
29+ Calculate the daily average build time and success rate of a repo over the last month:
3030
3131``` sh
3232build-stats travis:boltpkg/bolt calculate --period 1 --last 30
3333```
3434
35- Calculate daily average build time and success rate of the master branch of a repo over the last 90 days:
35+ Calculate the daily average build time and success rate of the master branch of a repo over the last 90 days:
3636
3737``` sh
3838$ build-stats travis:boltpkg/bolt calculate --branch master --period 1 --last 90
You can’t perform that action at this time.
0 commit comments