Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Dec 6, 2023
1 parent d238968 commit dbdaed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capabilities/ecr-credential-helper/lib/ecr-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit dbdaed5

Please sign in to comment.