From dbdaed5098a65ee00e81869dc6e61c5e38605bc5 Mon Sep 17 00:00:00 2001 From: Lucas Rodriguez Date: Wed, 6 Dec 2023 14:44:52 -0600 Subject: [PATCH] Update error message --- capabilities/ecr-credential-helper/lib/ecr-token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capabilities/ecr-credential-helper/lib/ecr-token.ts b/capabilities/ecr-credential-helper/lib/ecr-token.ts index b417433..aea368a 100644 --- a/capabilities/ecr-credential-helper/lib/ecr-token.ts +++ b/capabilities/ecr-credential-helper/lib/ecr-token.ts @@ -99,7 +99,7 @@ async function updateZarfManagedImageSecrets( } } } catch (err) { - Log.error(`"unable to update secret Zarf image pull secret: ${err}`); + Log.error(`"unable to update Zarf image pull secret: ${err}`); return; } }