Fix incorrect path specification

This commit is contained in:
Manuel Thalmann 2024-07-13 17:28:06 +02:00
parent 7c0710bb78
commit 3698887c17

View file

@ -9,7 +9,7 @@ end
if not type -q installSoftware
function installSoftware
. "$(pwd)/../Collections/personal.sh";
"$dir/../Collections/personal.sh";
end
end