Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Convention-based layer naming
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hale <[email protected]>
  • Loading branch information
nebhale committed Aug 4, 2020
1 parent cb2a825 commit cd65444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/invoker.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ func (i Invoker) Contribute(layer libcnb.Layer) (libcnb.Layer, error) {

}

func (Invoker) Name() string {
return "invoker"
func (i Invoker) Name() string {
return i.LayerContributor.LayerName()
}

0 comments on commit cd65444

Please sign in to comment.