Completed
Push — master ( 97facf...db81a6 )
by Angus
02:35
created
_scripts/userscript_prodtodev.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 $userscriptProd = file_get_contents('./public/userscripts/manga-tracker.user.js');
8 8
 
9 9
 // Replace where needed.
10
-$userscriptProd = str_replace('https://trackr.moe/userscripts','http://manga-tracker.localhost:20180/userscripts', $userscriptProd);
10
+$userscriptProd = str_replace('https://trackr.moe/userscripts', 'http://manga-tracker.localhost:20180/userscripts', $userscriptProd);
11 11
 
12 12
 // Push to dev file.
13 13
 file_put_contents('./public/userscripts/manga-tracker.dev.user.js', $userscriptProd);
Please login to merge, or discard this patch.