Unverified Commit 15646148 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa-m: Use Travel-Status-DE-EFA as cache identifier

parent ef60238f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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(