From 72fae7f5ed3278f93974da847785e4708b0b2535 Mon Sep 17 00:00:00 2001 From: Alex Ling Date: Sat, 18 Sep 2021 12:41:25 +0000 Subject: [PATCH] Fix typo cbz -> gz --- src/config.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.cr b/src/config.cr index 86f2733..aa818c3 100644 --- a/src/config.cr +++ b/src/config.cr @@ -11,7 +11,7 @@ class Config property session_secret : String = "mango-session-secret" property library_path : String = File.expand_path "~/mango/library", home: true - property library_cache_path = File.expand_path "~/mango/library.yml.cbz", + property library_cache_path = File.expand_path "~/mango/library.yml.gz", home: true property db_path : String = File.expand_path "~/mango/mango.db", home: true property scan_interval_minutes : Int32 = 5