diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-28 14:43:03 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-28 14:43:03 +0200 |
commit | 15646148c4527f003c40b2936b38030dbe5093cc (patch) | |
tree | 58865e31cfade93b7645b83bce29154cf6315cfa | |
parent | ef60238fcf3508e69fcb0259fc34154c4de0c2c8 (diff) |
efa-m: Use Travel-Status-DE-EFA as cache identifier
-rwxr-xr-x | bin/efa-m | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -71,7 +71,8 @@ if ( @ARGV < 1 or @ARGV > 2 ) { } if ($use_cache) { - my $cache_path = ( $ENV{XDG_CACHE_HOME} // "$ENV{HOME}/.cache" ) . '/efa-m'; + my $cache_path = ( $ENV{XDG_CACHE_HOME} // "$ENV{HOME}/.cache" ) + . '/Travel-Status-DE-EFA'; eval { require Cache::File; $cache = Cache::File->new( |