Skip to content
Snippets Groups Projects
Commit 0c357db3 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab) Committed by Douwe Maan
Browse files

Remove bogus '|' symbol

parent 0b422c47
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1470,7 +1470,7 @@ module Gitlab
 
return [] if empty? || safe_query.blank?
 
args = %W(ls-tree --full-tree -r #{ref || root_ref} --name-status | #{safe_query})
args = %W(ls-tree -r --name-status --full-tree #{ref || root_ref} -- #{safe_query})
 
run_git(args).first.lines.map(&:strip)
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment