From e1868fd70e2edebfbca6407324a153a7b0e57f0e Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 30 Jul 2026 22:20:13 -0500 Subject: [PATCH] fix kiro-cli check --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 9a7b9c9..430bfd1 100755 --- a/common.sh +++ b/common.sh @@ -120,7 +120,7 @@ if [ ! -d "${HOME}/.local/share/${NVIM_APPNAME}/Dart-Code" ]; then popd 1>/dev/null 2>&1 || error_exit "failed to popd: ${HOME}/.local/share/${NVIM_APPNAME}" fi -if [ ! -f "${HOME}/.local/bin/kiro-cli" ]; then +if [ ! -e "${HOME}/.local/bin/kiro-cli" ]; then curl -fsSL https://cli.kiro.dev/install | bash fi