Skip to content

Commit b4806c7

Browse files
martinemdeivy
andauthored
Update lib/parse_packwerk/configuration.rb
Co-authored-by: Ivy Evans <ivy@ivyevans.net>
1 parent 79d3235 commit b4806c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/parse_packwerk/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def self.excludes(config_hash)
4040
begin
4141
excludes.push Bundler.bundle_path.join('**').to_s
4242
rescue Bundler::GemfileNotFound
43-
# Not using a Gemfile, so we can't add the bundle path.
43+
# Optionally, add bundle to the path. Skip when there isn't a Gemfile.
4444
end
4545

4646
excludes

0 commit comments

Comments
 (0)