diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 07:53:44 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-01-19 07:53:44 +0100 |
commit | f083f9755554ca72cf31df77de11b241bc37dd81 (patch) | |
tree | 97e0ebc133da6cca9f77308267939e31bfc025c9 /bin/dbris | |
parent | 71b412221ec54f60b33a69e9b693b0bca2bdc903 (diff) |
Fix cache path
Diffstat (limited to 'bin/dbris')
-rwxr-xr-x | bin/dbris | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |