summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaverio Miroddi <saverio.pub2@gmail.com>2018-03-19 14:05:39 +0100
committerSaverio Miroddi <saverio.pub2@gmail.com>2018-03-19 14:05:39 +0100
commit666350378243cb937c4f1ae518ffda64a5e22585 (patch)
tree2f5e5156b55a8068efa434bf80bc5dad93c9834c
parent624be0b6b68f9fe4959638b76edc18258d0b6a09 (diff)
downloadbundler-666350378243cb937c4f1ae518ffda64a5e22585.tar.gz
Improve a comment in Plugin::Installer as referred by the language quality UT
-rw-r--r--lib/bundler/plugin/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/plugin/installer.rb b/lib/bundler/plugin/installer.rb
index bc5bb2e4a9..37355481d2 100644
--- a/lib/bundler/plugin/installer.rb
+++ b/lib/bundler/plugin/installer.rb
@@ -44,7 +44,7 @@ module Bundler
private
# Rubocop misunderstands the semantics of this method, assuming an `else` code block
- # that doesn't actually exist. See https://github.com/bbatsov/rubocop/issues/5702.
+ # that doesn't exist. See https://github.com/bbatsov/rubocop/issues/5702.
#
# rubocop:disable Style/GuardClause
def check_sources_consistency!(options)