From 766ae9a5c45d829345769313592b41bf3516f0f0 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 00eb1e9e..72845e5f 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