From 41baed2234e92aee4b9166761f5668a1cc768cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jake=20Buchholz=20G=C3=B6kt=C3=BCrk?= Date: Sun, 7 Dec 2025 07:35:34 -0800 Subject: [PATCH] ... --- lib/tiny-cloud/cloud/gcp/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tiny-cloud/cloud/gcp/init b/lib/tiny-cloud/cloud/gcp/init index f3f27f4..9889fff 100644 --- a/lib/tiny-cloud/cloud/gcp/init +++ b/lib/tiny-cloud/cloud/gcp/init @@ -46,7 +46,7 @@ init__set_ssh_keys() { rm -rf "$tmp_dir" if [ -z "$found" ]; then log -i -t "$phase" warning "$ACTION: no SSH keys installed" - elif [ "$found" != 2]; then + elif [ "$found" != 2 ]; then log -i -t "$phase" warning "$ACTION: no SSH keys found for $CLOUD_USER" fi }