Skip to content

Commit 20a09a7

Browse files
committed
Fix purging of sitemap
1 parent 71ec42a commit 20a09a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hexdocs/bucket.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ defmodule Hexdocs.Bucket do
3030
:ok
3131
end
3232

33-
purge([path])
33+
purge([key])
3434
end
3535

3636
def upload(repository, package, version, all_versions, files) do

0 commit comments

Comments
 (0)