Skip to content

Commit cfd9d32

Browse files
author
Steve Krouse
committed
removed extra slash in rawGitLink
1 parent 0ed4b75 commit cfd9d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unbreakable-links/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const repoPathFromScriptAttribute = () => {
1010
return currentScript.getAttribute('repoPath')
1111
}
1212

13-
const rawGitLink = (repoPath, filePath, commitHash) => "https://cdn.rawgit.com/" + repoPath + "/" + (commitHash ? commitHash : "master") + "/" + filePath
13+
const rawGitLink = (repoPath, filePath, commitHash) => "https://cdn.rawgit.com/" + repoPath + "/" + (commitHash ? commitHash : "master") + filePath
1414

1515
const load = (repoPath, filePath, commitHash) => {
1616
return // disabled for now

0 commit comments

Comments
 (0)