Skip to content

Commit a525647

Browse files
change scan dir to fs-cook/out
1 parent 1750f7b commit a525647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_data/gen-update-json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import utils
55

66
GIT_ROOT = os.popen("git rev-parse --show-toplevel").read().strip()
7-
DIR = "."
7+
DIR = "fs-cook/out"
88
VERBOSE = False
99
JSON_CONF = f"{GIT_ROOT}/distro-data.json"
1010

0 commit comments

Comments
 (0)