From 35e77dd7e602c655928f1f46e3f868890de38a7c Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 17 Jul 2024 15:00:01 +0200 Subject: [PATCH] Fix incorrect paths --- scripts/Common/Software/logo-ls/main.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Common/Software/logo-ls/main.fish b/scripts/Common/Software/logo-ls/main.fish index fc38d036..a224e264 100644 --- a/scripts/Common/Software/logo-ls/main.fish +++ b/scripts/Common/Software/logo-ls/main.fish @@ -4,8 +4,8 @@ begin source "$dir/../../Scripts/software.fish" function configureSW -V dir - source "../bash/profile.fish"; - source "../fish/profile.fish"; + source "$dir/../bash/profile.fish"; + source "$dir/../fish/profile.fish"; set -l functionName _PortValhalla_ls_ function dump_header