diff options
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( |