Fix incorrect path specification
This commit is contained in:
parent
7c0710bb78
commit
3698887c17
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ end
|
|||
|
||||
if not type -q installSoftware
|
||||
function installSoftware
|
||||
. "$(pwd)/../Collections/personal.sh";
|
||||
"$dir/../Collections/personal.sh";
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue