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

Commit

Permalink
Update capabilities/ecr-webhook/lib/ecr.ts
Browse files Browse the repository at this point in the history
Co-authored-by: razzle <[email protected]>
  • Loading branch information
lucasrod16 and Noxsios authored Dec 8, 2023
1 parent 969d3f2 commit 9229874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capabilities/ecr-webhook/lib/ecr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function createRepos(

if (!images) {
Log.info(
`No repositories will be created for component '${deployedComponent.name}`,
`No repositories will be created for component '${deployedComponent.name}'`,
);
return;
}
Expand Down

0 comments on commit 9229874

Please sign in to comment.