forked from AkkomaGang/akkoma
Fixed a typo in create_archive_and_cache
This commit is contained in:
parent
163082de6f
commit
c049c32270
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ defp create_archive_and_cache(name, pack, pack_dir, md5) do
|
|||
ttl: cache_ms
|
||||
)
|
||||
|
||||
Logger.debug("Create an archive for the '#{name}' emoji pack, \
|
||||
Logger.debug("Created an archive for the '#{name}' emoji pack, \
|
||||
keeping it in cache for #{div(cache_ms, 1000)}s")
|
||||
|
||||
zip_result
|
||||
|
|
Loading…
Reference in a new issue