Fix missing variable

This commit is contained in:
Manuel Thalmann 2024-12-05 09:45:49 +01:00
parent bc7ef1e4af
commit 751fdc3561

View file

@ -6,7 +6,7 @@ function runSetup
set -l projectName (basename "$projectRoot") set -l projectName (basename "$projectRoot")
set -l PROJECT_CLONE_ROOT "/opt/$(basename "$projectName")" set -l PROJECT_CLONE_ROOT "/opt/$(basename "$projectName")"
function setupAction -V projectRoot -V PROJECT_CLONE_ROOT function setupAction -V dir -V projectRoot -V PROJECT_CLONE_ROOT
source "$dir/../../lib/hooks.fish" source "$dir/../../lib/hooks.fish"
source "$dir/../../lib/restoration.fish" source "$dir/../../lib/restoration.fish"
source "$dir/../../lib/settings.fish" source "$dir/../../lib/settings.fish"