Commit 1c91d52a authored by Grzegorz Bizon's avatar Grzegorz Bizon

Remove unneeded char in registry repository path

parent 97c6cf59
......@@ -56,7 +56,7 @@ module ContainerRegistry
def repository_name
return unless has_project?
@path.remove(%r(^?#{Regexp.escape(repository_project.full_path)}/?))
@path.remove(%r(^#{Regexp.escape(repository_project.full_path)}/?))
end
def to_s
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment