Skip to content

Commit

Permalink
Rubocop: fix issues automatically with -a
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBAshton committed Mar 10, 2020
1 parent bdae5f1 commit 2561ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)
require File.expand_path("config/application", __dir__)

Rails.application.load_tasks

Expand Down

0 comments on commit 2561ece

Please sign in to comment.