summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-01 16:13:04 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-12 16:46:30 +0200
commitfb72186924cf2f1dcbbbe3c88586753debf31352 (patch)
treeb7dfe894053a47ae92f8c40bf5dec5c7b1695fef
parenta4d2ff44a9ad7797d771ce49a3cde8a041cb02a8 (diff)
downloadbundler-fb72186924cf2f1dcbbbe3c88586753debf31352.tar.gz
Change "Load Path" header to just "Path"
-rw-r--r--lib/bundler/cli/outdated.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli/outdated.rb b/lib/bundler/cli/outdated.rb
index fd0ec5a3a3..19e596b074 100644
--- a/lib/bundler/cli/outdated.rb
+++ b/lib/bundler/cli/outdated.rb
@@ -276,7 +276,7 @@ module Bundler
def table_header
header = ["Gem", "Installed", "Latest", "Requested", "Groups"]
- header << "Load Path" if options[:verbose]
+ header << "Path" if options[:verbose]
header
end
end