Skip to content
Snippets Groups Projects
Commit a3223206 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Merge branch 'master' of github.com:noesya/osuny

parents f2228228 de601ac3
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class Git::Repository
end
end
def sanitized_path(git_file)
git_file.path&.gsub(/\/+/, '/')
def sanitized_path(path)
path&.gsub(/\/+/, '/')
end
end
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