Skip to content

Commit 178cd78

Browse files
Merge pull request #464 from multi-arch/master
Bug 1859331: Fix downloads index
2 parents 0fdf391 + dab5d55 commit 178cd78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/07-downloads-deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ spec:
137137
path=os.path.join(root, directory, 'index.html'),
138138
message='<p>Directory listings are disabled. See <a href="{}">here</a> for available content.</p>'.format(root_link),
139139
)
140+
140141
write_index(
141-
path=os.path.join(root, 'index.html'),
142+
path=os.path.join(temp_dir, 'index.html'),
142143
message='\n'.join(
143144
['<ul>'] +
144145
[' <li>{}</li>'.format(entry) for entry in content] +

0 commit comments

Comments
 (0)