Skip to content

Commit 707a99e

Browse files
authored
Merge pull request #291 from dfajmon/logcheck
Bump logcheck to v0.10.0
2 parents d684663 + a9d2b0f commit 707a99e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify-logcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set -o errexit
2121
set -o nounset
2222
set -o pipefail
2323

24-
LOGCHECK_VERSION=${1:-0.8.2}
24+
LOGCHECK_VERSION=${1:-0.10.0}
2525

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

0 commit comments

Comments
 (0)