summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rwxr-xr-xtasks/bin/bundle-platform2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/bin/bundle-platform b/tasks/bin/bundle-platform
index 10d9bb2b3d..4bd659d307 100755
--- a/tasks/bin/bundle-platform
+++ b/tasks/bin/bundle-platform
@@ -7,7 +7,7 @@ old_platforms = Gem.platforms
Gem.platforms = platforms
puts "bundle-platform set Gem.platforms to #{Gem.platforms.map { |p| p.to_s }} (was #{old_platforms.map { |p| p.to_s } })"
-desired_version = ARGV.shift.delete("_", "")
+desired_version = ARGV.shift.delete("_")
# The rest of this is a normal bundler binstub
require "pathname"