@@ -7,7 +7,7 @@ |
||
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); |