summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/rubocop.rake2
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