We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d684663 commit a9d2b0fCopy full SHA for a9d2b0f
1 file changed
verify-logcheck.sh
@@ -21,7 +21,7 @@ set -o errexit
21
set -o nounset
22
set -o pipefail
23
24
-LOGCHECK_VERSION=${1:-0.8.2}
+LOGCHECK_VERSION=${1:-0.10.0}
25
26
# This will canonicalize the path
27
CSI_LIB_UTIL_ROOT=$(cd "$(dirname "${BASH_SOURCE[0]}")"/.. && pwd -P)
0 commit comments