Skip to content

Commit

Permalink
refactor to use Name()
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Leader committed Nov 1, 2023
1 parent 031f8a6 commit 44dc914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func NewFactory() deployer.ConnectorFactory[*Config] {
type factory struct {
}

func (f factory) ID() string {
func (f factory) Name() string {
return "podman"
}

Expand Down

0 comments on commit 44dc914

Please sign in to comment.