Skip to content

Commit

Permalink
updated github raw URL - fixes jdan#84
Browse files Browse the repository at this point in the history
  • Loading branch information
jdan committed Apr 26, 2014
1 parent 1443966 commit eeedc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ function loadTheme(source, ctx) {
var promises = [];

if (!fs.existsSync(source) && source.match(/^[\w-]+\/[\w-]+$/)) {
source = 'https://raw.github.com/' + source + '/master/';
source = 'https://raw.githubusercontent.com/' + source + '/master/';
}

if (!source.match(/\/$/)) {
Expand Down

0 comments on commit eeedc76

Please sign in to comment.