Fix missing variable
This commit is contained in:
parent
bc7ef1e4af
commit
751fdc3561
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ function runSetup
|
|||
set -l projectName (basename "$projectRoot")
|
||||
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/restoration.fish"
|
||||
source "$dir/../../lib/settings.fish"
|
||||
|
|
Loading…
Reference in a new issue