Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
standard error
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Sep 23, 2019
1 parent ecc7557 commit 05edd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
puts "==> Branch \"#{branch}\" deletion failure"
exit(1)
end
rescue Error
rescue StandardError
puts "==> Branch \"#{branch}\" not found"
exit(1) unless be_kind
end

0 comments on commit 05edd6b

Please sign in to comment.