From f083f9755554ca72cf31df77de11b241bc37dd81 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sun, 19 Jan 2025 07:53:44 +0100 Subject: Fix cache path --- bin/dbris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/dbris') diff --git a/bin/dbris b/bin/dbris index ece1d40..d5a4f82 100755 --- a/bin/dbris +++ b/bin/dbris @@ -50,7 +50,7 @@ GetOptions( if ($use_cache) { my $cache_path = ( $ENV{XDG_CACHE_HOME} // "$ENV{HOME}/.cache" ) - . '/Travel-Status-DE-DBRIS'; + . '/Travel-Routing-DE-DBRIS'; eval { require Cache::File; $cache = Cache::File->new( -- cgit v1.2.3