Skip to content

Commit

Permalink
Merge pull request #170 from jsafrane/bump-logcheck-082
Browse files Browse the repository at this point in the history
Bump logcheck to 0.8.2
  • Loading branch information
k8s-ci-robot committed May 10, 2024
2 parents e207312 + b9949f3 commit a0e2d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/verify-logcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -o errexit
set -o nounset
set -o pipefail

LOGCHECK_VERSION=${1:-0.8.1}
LOGCHECK_VERSION=${1:-0.8.2}

# This will canonicalize the path
CSI_LIB_UTIL_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd -P)
Expand Down

0 comments on commit a0e2d0f

Please sign in to comment.