Fix incorrect message
This commit is contained in:
parent
3ad4708180
commit
169e89d774
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue