Skip to content

Commit d433742

Browse files
committed
sigh
1 parent 5bc2c3c commit d433742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build-index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def build_redirect(shortname, spec_folder):
119119
template = jinja_env.get_template("redirect.html.j2")
120120
contents = template.render(spec_folder=spec_folder)
121121

122-
folder = os.join(".", shortname)
122+
folder = os.path.join(".", shortname)
123123
try:
124124
os.mkdir(folder)
125125
except FileExistsError:

0 commit comments

Comments
 (0)