From 15646148c4527f003c40b2936b38030dbe5093cc Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 28 Sep 2024 14:43:03 +0200 Subject: efa-m: Use Travel-Status-DE-EFA as cache identifier --- bin/efa-m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/efa-m b/bin/efa-m index bb5b803..5ab06e1 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -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( -- cgit v1.2.3