summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-09-28 14:43:03 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2024-09-28 14:43:03 +0200
commit15646148c4527f003c40b2936b38030dbe5093cc (patch)
tree58865e31cfade93b7645b83bce29154cf6315cfa
parentef60238fcf3508e69fcb0259fc34154c4de0c2c8 (diff)
efa-m: Use Travel-Status-DE-EFA as cache identifier
-rwxr-xr-xbin/efa-m3
1 files changed, 2 insertions, 1 deletions
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(