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

Commit

Permalink
Fix lint error and rebuild module
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Dec 6, 2023
1 parent 63a4340 commit 78afbd0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
18 changes: 9 additions & 9 deletions manifests/pepr-module-b95dbd80-e078-5eb9-aaf3-bcb9567417d0.yaml

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions pepr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ import { ECRCredentialHelper } from "./capabilities/ecr-credential-helper/creden
* This is the main entrypoint for this Pepr module. It is run when the module is started.
* This is where you register your Pepr configurations and capabilities.
*/
new PeprModule(cfg, [
ECRhook,
ECRCredentialHelper,
]);
new PeprModule(cfg, [ECRhook, ECRCredentialHelper]);

0 comments on commit 78afbd0

Please sign in to comment.