Skip to content

Commit

Permalink
[Rakefile] Remove redundant escape way
Browse files Browse the repository at this point in the history
We only catch StandardError. `confirm` allows to escape with a SystemExit.
  • Loading branch information
mrackwitz committed Nov 20, 2014
1 parent c17e795 commit f881e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ begin
puts green("Target matches.")
puts
rescue StandardError => e
raise e if e.message == "Aborted by user."
puts "#{red(e.message)} Try again."
retry
end
Expand Down

0 comments on commit f881e6b

Please sign in to comment.