Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Apr 4, 2023
1 parent 121d369 commit 52a4f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rake/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def init(app_name="rake", argv = ARGV)
# Backward compatibility for capistrano
args = handle_options
end
load_debug_at_stop
load_debug_at_stop_feature
collect_command_line_tasks(args)
end
end
Expand All @@ -118,7 +118,7 @@ def execute(*)
}
rescue LoadError
end
private :load_debug_at_stop
private :load_debug_at_stop_feature

# Find the rakefile and then load it and any pending imports.
def load_rakefile
Expand Down

0 comments on commit 52a4f13

Please sign in to comment.