Skip to content

Commit

Permalink
Rely on default error msg from which cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Vasilis Remmas <[email protected]>
  • Loading branch information
vasrem authored and SchSeba committed May 6, 2024
1 parent 36e6b3c commit 7200fe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ contents:
exit
fi
which jq 2>&1 >/dev/null || (echo "Required tool jq is not found in PATH." && exit 1)
which jq
append_to_file(){
content="$1"
Expand Down

0 comments on commit 7200fe0

Please sign in to comment.