summaryrefslogtreecommitdiff
path: root/databases/compass/files/patch-scripts_check-docs-link.js
blob: 215ad4fbd71db134a9a7d178f4e8910be55758b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/scripts/check-docs-link.js b/scripts/check-docs-link.js
index ca8b6486b..c7b18dd6b 100644
--- a/scripts/check-docs-link.js
+++ b/scripts/check-docs-link.js
@@ -5,8 +5,6 @@ const fetch = require('make-fetch-happen');
 const { JSDOM } = require('jsdom');
 
 async function main() {
-  const { stdout } = childProcess.spawnSync('git', ['ls-files']);
-
   let links = [];
 
   const files = stdout