From 5c61469b7f5048b203a2f9e1c525b573eb725de1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 18 Dec 2018 10:43:26 +0100 Subject: Config: Remove useless path() call Signed-off-by: Florian Pritz --- lib/App/ArchLinux/PackagerTools/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/App') diff --git a/lib/App/ArchLinux/PackagerTools/Config.pm b/lib/App/ArchLinux/PackagerTools/Config.pm index 417c925..47cff58 100644 --- a/lib/App/ArchLinux/PackagerTools/Config.pm +++ b/lib/App/ArchLinux/PackagerTools/Config.pm @@ -101,7 +101,7 @@ Return a hash with the default config values. method _get_default_config() { return { cache => { - root_dir => path(($ENV{XDG_CACHE_HOME} // $ENV{HOME}."/.cache")."/perlpkg/v1/")->stringify(), + root_dir => ($ENV{XDG_CACHE_HOME} // $ENV{HOME}."/.cache")."/perlpkg/v1/", }, archweb => { cache_timeout => '60m', -- cgit v1.2.3-24-g4f1b