Skip to content

Commit

Permalink
output that we're checking for jq
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 22, 2023
1 parent 2ecb4df commit 04eb10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ EOF
cd ../..
}

# Check if jq is installed. If it's not, try a couple ways of installing it.
# Check if jq is installed. If it's not, try a couple ways of installing it.
function check_jq() {
echo "${yellow}Checking if jq is installed.${normal}"
# Check if jq is already installed.
if command -v jq &> /dev/null; then
return # jq is already installed
Expand Down

0 comments on commit 04eb10e

Please sign in to comment.