Fix incorrect message

This commit is contained in:
Manuel Thalmann 2024-09-12 21:46:57 +02:00
parent 0adbc58e18
commit 7882bd21d6

View file

@ -18,7 +18,7 @@ function runSetup
if not type -q installValhallaDeps if not type -q installValhallaDeps
function installValhallaDeps function installValhallaDeps
echo 'Please set up the hook `installValhallaDeps` for installing `fish`, `nix` and `tmux`.' echo 'Please set up the hook `installValhallaDeps` for installing `fish`, `git`, `jq`, `nix` and `tmux`.'
exit 1 exit 1
end end
end end