From 012129e351cffcbb52f919aff1fed11ef86b0e8f Mon Sep 17 00:00:00 2001 From: Predrag Rogic Date: Tue, 18 Jun 2024 15:46:55 +0100 Subject: [PATCH] fixup --- hooks/post-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/post-command b/hooks/post-command index 08265bf..1d00f2c 100755 --- a/hooks/post-command +++ b/hooks/post-command @@ -78,7 +78,7 @@ cosign_init() { # flags for the cosign initialize command init_flags=() - if is_keyless; then + if [[ "${is_keyless}" == true ]]; then local tuf_mirror_url=${BUILDKITE_PLUGIN_COSIGN_KEYLESS_CONFIG_TUF_MIRROR_URL} local tuf_root_url=${BUILDKITE_PLUGIN_COSIGN_KEYLESS_CONFIG_TUF_ROOT_URL} else