diff options
| -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 |
