Skip to content

Commit

Permalink
fixup! Migrate ghmerge from using python to jq
Browse files Browse the repository at this point in the history
  • Loading branch information
nhorman committed Apr 15, 2024
1 parent 3294119 commit e768120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion review-tools/ghmerge
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Examples:
}

function check_tools {
which jq >/dev/null 2>&1
command -v jq >/dev/null 2>&1
if [ $? -ne 0 ]
then
>&2 echo "You must install the jq utility for ghmerge to work"
Expand Down

0 comments on commit e768120

Please sign in to comment.