Skip to content

Commit

Permalink
--auto-correct -> --autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Nov 28, 2023
1 parent fdde37d commit f0c4e79
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 @@ -5,7 +5,7 @@ update-version:

codegen-format:
bundle install --quiet
bundle exec rubocop -o /dev/null --auto-correct
bundle exec rubocop -o /dev/null --autocorrect

ci-test:
bundle install && bundle exec rake test
Expand Down

0 comments on commit f0c4e79

Please sign in to comment.