mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
fix: use new script name in update-tracker.js
This commit is contained in:
parent
dfae0c150d
commit
e19d612db2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ const path = require('path');
|
|||
const endPoint = process.env.COLLECT_API_ENDPOINT;
|
||||
|
||||
if (endPoint) {
|
||||
const file = path.resolve(__dirname, '../public/umami.js');
|
||||
const file = path.resolve(__dirname, '../public/script.js');
|
||||
|
||||
const tracker = fs.readFileSync(file);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue