Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
prezha committed Jun 18, 2024
1 parent 6bfd6b2 commit 012129e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 012129e

Please sign in to comment.