Skip to content

Commit

Permalink
Update gem_helper to latest rubygems
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Apr 18, 2024
1 parent 4f90751 commit 8bd6507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libusb/gem_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def tag_version
yield if block_given?
rescue
Bundler.ui.error "Untagging #{version_tag} due to error."
sh_with_code "git tag -d #{version_tag}"
sh_with_status %W[git tag -d #{version_tag}]
raise
end

Expand Down

0 comments on commit 8bd6507

Please sign in to comment.