Skip to content

Commit

Permalink
Refactor git clone to https
Browse files Browse the repository at this point in the history
  • Loading branch information
JedHazaymeh committed Feb 19, 2024
1 parent 1bca468 commit d1dc012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eleventy/plugins/git-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (
)
}
const buildGitUrl = (repoName) => {
return `git@github.com:redbrick/${repoName}.git`
return `https://github.com/redbrick/${repoName}`
}
const buildDataFile = (repoName) => {
return JSON.stringify({
Expand Down

0 comments on commit d1dc012

Please sign in to comment.