提交 1c91d52a 编写于 作者: G Grzegorz Bizon

Remove unneeded char in registry repository path

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册