diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-09 00:24:59 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-09 00:24:59 -0600 |
| commit | 5f2ca5062b728ae42860643407d3c29d15d3862a (patch) | |
| tree | b47aa68ebf95c118dd6f00f8a048008051fdc441 /tasks | |
| parent | 19abcdefde5e9efdae809bf6b45e18fc2ad04bd3 (diff) | |
rework help text in rubocop task [skip ci]
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/rubocop.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/rubocop.rake b/tasks/rubocop.rake index 71ae3d74..9afae179 100644 --- a/tasks/rubocop.rake +++ b/tasks/rubocop.rake @@ -10,7 +10,7 @@ rescue LoadError => e raise <<~'EOS', cause: e Failed to load lint task. Install required gems using: bundle --path=.bundle/gems - Then, invoke Rake using: bundle exec rake' + Next, invoke Rake using: bundle exec rake EOS end end |
