Skip to content

Commit

Permalink
Merge pull request #276 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in lib/rake/application.rb
  • Loading branch information
hsbt authored Oct 9, 2018
2 parents ddceed9 + f34e2d5 commit 51fdc40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rake/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def init(app_name="rake", argv = ARGV)
begin
args = handle_options argv
rescue ArgumentError
# Backword compatibility for capistrano
# Backward compatibility for capistrano
args = handle_options
end
collect_command_line_tasks(args)
Expand Down

0 comments on commit 51fdc40

Please sign in to comment.