Skip to content

Commit

Permalink
Fix: typo in jq peer dep check
Browse files Browse the repository at this point in the history
😞
  • Loading branch information
binury committed Apr 15, 2024
1 parent 48795fe commit af9fc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjshell.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function _pjshell {
fi


if [[ ! -n $(command -v zq) ]]; then
if [[ ! -n $(command -v jq) ]]; then
echo 'pjshell: warning - jq not found - is it installed?'
echo 'disabling pjshell for this session'
add-zsh-hook -d preexec _pjshell
Expand Down

0 comments on commit af9fc42

Please sign in to comment.