Skip to content

Commit

Permalink
Remove unintended extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed May 27, 2020
1 parent 8abdabe commit 1cc0293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/support/path.rb
Expand Up @@ -238,7 +238,7 @@ def git_ls_files(glob)
end

def tracked_files_glob
ruby_core? ? "lib/bundler lib/bundler.rb spec/bundler man/bundle*" : ""
ruby_core? ? "lib/bundler lib/bundler.rb spec/bundler man/bundle*" : ""
end

def shipped_files_glob
Expand Down

0 comments on commit 1cc0293

Please sign in to comment.