Skip to content

Commit feb258c

Browse files
Fix grammar in bundle install --binstubs removal message
1 parent 28e300c commit feb258c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/lib/bundler/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def install
241241

242242
if ARGV.include?("--binstubs")
243243
message = "The --binstubs option will be removed in favor of `bundle binstubs --all`"
244-
removed_message = "The --binstubs option have been removed in favor of `bundle binstubs --all`"
244+
removed_message = "The --binstubs option has been removed in favor of `bundle binstubs --all`"
245245
SharedHelpers.major_deprecation(2, message, removed_message: removed_message)
246246
end
247247

0 commit comments

Comments
 (0)