Skip to content

Commit

Permalink
Merging pull request 342
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>

* https://github.com/confidential-containers/operator:
  tests/git-helper.sh: fix jq checking
  • Loading branch information
ldoktor committed Jan 30, 2024
2 parents 345b1c4 + 2306239 commit 97889bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/git-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function install_jq() {
}

function configure_github() {
if [ ! command -v jq &> /dev/null ]; then
if ! command -v jq &> /dev/null; then
echo "jq is not installed, installing it"
install_jq
fi
Expand Down

0 comments on commit 97889bc

Please sign in to comment.