Skip to content

Commit

Permalink
nick's fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcma-google committed Aug 21, 2024
1 parent d55b45b commit 23112a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud/azure/bin/lib/key_vault.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@ function key_vault::has_secret() {
-o tsv 2>&1 >/dev/null)"

echo "${SECRET_RESULT}" | grep "SecretNotFound"
[[ "$?" -ne 0 ]]
}

0 comments on commit 23112a7

Please sign in to comment.