Skip to content

Commit

Permalink
good first issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Dec 10, 2021
1 parent 9dcdb8e commit f7f9c57
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 @@ -14,7 +14,7 @@ all: clean doit
fluxv1: cleanv1 doitv1

review.csv:
rvm $(shell cat .ruby-version) do bundle exec epr $(FLUXV2_REPOS) > review.csv
rvm $(shell cat .ruby-version) do bundle exec epr -l "good first issue" $(FLUXV2_REPOS) > review.csv

review-v1.csv:
rvm $(shell cat .ruby-version) do bundle exec epr $(FLUXV1_REPOS) > review-v1.csv
Expand Down

0 comments on commit f7f9c57

Please sign in to comment.