From 0d8a0e8dbcb7b882e83c571fb91dbb2d800c5bfe Mon Sep 17 00:00:00 2001 From: bkellam Date: Fri, 6 Sep 2024 12:54:53 -0700 Subject: [PATCH] delete default config and modify sample config to index Linus --- config.json | 9 --------- sample-config.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index f7b29240..00000000 --- a/config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "$schema": "./schemas/zoekt-mirror.json", - "Configs": [ - { - "Type": "github", - "GitHubOrg": "TaqlaAI" - } - ] -} \ No newline at end of file diff --git a/sample-config.json b/sample-config.json index f7b29240..5b95e439 100644 --- a/sample-config.json +++ b/sample-config.json @@ -3,7 +3,7 @@ "Configs": [ { "Type": "github", - "GitHubOrg": "TaqlaAI" + "GitHubUser": "torvalds" } ] } \ No newline at end of file