Skip to content

Commit bd5af32

Browse files
committed
Fix conf.rs path in update_wiki
1 parent 8282a3a commit bd5af32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update_wiki.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def parse_path(p="src"):
2323

2424
def parse_conf(p):
2525
c = {}
26-
with open(p + '/conf.rs') as f:
26+
with open(p + '/utils/conf.rs') as f:
2727
f = f.read()
2828

2929
m = re.search(conf_re, f)

0 commit comments

Comments
 (0)