diff options
-rw-r--r-- | lib/App/BorgRestore/Settings.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/BorgRestore/Settings.pm b/lib/App/BorgRestore/Settings.pm index 557a097..d7cea4b 100644 --- a/lib/App/BorgRestore/Settings.pm +++ b/lib/App/BorgRestore/Settings.pm @@ -124,7 +124,7 @@ for my $configfile (@configfiles) { $cache_path_base = App::BorgRestore::Helper::untaint($cache_path_base, qr/.*/); sub get_cache_dir { - return "$cache_path_base/v2"; + return "$cache_path_base/v3"; } sub get_cache_path { |