Skip to content

Commit 3c66ddf

Browse files
committed
Merge pull request #926 from Martii/Issue-432typo
Fix typo Auto-merge
2 parents 17840d2 + d49a1df commit 3c66ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/modelParser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ var parseScript = function (aScript) {
187187
var downloadURL = null;
188188
var downloadUtf = null;
189189
var rAnySourceUrl = new RegExp('^https?://(?:openuserjs\.org|localhost:' +
190-
(process.env.PORT || 8080) + ')/(?:install|scr/scripts)\/(.+?)/(.+?)((?:\.min)?\.user\.js)$');
190+
(process.env.PORT || 8080) + ')/(?:install|src/scripts)\/(.+?)/(.+?)((?:\.min)?\.user\.js)$');
191191

192192
// Temporaries
193193
var htmlStub = null;

0 commit comments

Comments
 (0)