未验证 提交 aee347bc 编写于 作者: F Fatih Acet

Fix variable name bug.

上级 c0f945fe
......@@ -98,7 +98,7 @@ async function fetchGitRemote() {
}
if (remoteUrl) {
const [schema, domain, namespace, project] = parseGitRemote(url);
const [schema, domain, namespace, project] = parseGitRemote(remoteUrl);
return { schema, domain, namespace, project };
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册