fix clone url
This commit is contained in:
parent
2e02b75e2a
commit
5be83365bc
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ function renderRepoDescription(repoLink) {
|
|||
|
||||
const cloneUrl = document.createElement("div");
|
||||
cloneUrl.style.marginTop = "15px";
|
||||
cloneUrl.innerHTML = `<code>git clone https://git.barrettruth.com/git/${repoName}.git</code>`;
|
||||
cloneUrl.innerHTML = `<code>git clone git@git.barrettruth.com:${repoName}.git</code>`;
|
||||
|
||||
post.appendChild(cloneUrl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue