Skip to content

Commit

Permalink
remove raw.github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Sep 21, 2014
1 parent 9b34bda commit 3ebd488
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/remotes/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ GitHub.prototype.file = function (repo, ref, path) {
var tail = repo + '/' + ref + '/' + path;
return [
'https://raw.githubusercontent.com/' + tail,
'https://raw.github.com/' + tail,
]
}

Expand Down

0 comments on commit 3ebd488

Please sign in to comment.