Skip to content

Commit

Permalink
Merge pull request #25 from ischenkx/ischenkx-patch-1
Browse files Browse the repository at this point in the history
Update manager.go
  • Loading branch information
ischenkx committed Jul 14, 2023
2 parents b8efe8f + 118a7d4 commit 2dac007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/infra/demon/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type Manager struct {
deployer Deployer
}

func NewManager(orchestrator Deployer) *Manager {
func NewManager(deployer Deployer) *Manager {
return &Manager{deployer: deployer}
}

Expand Down

0 comments on commit 2dac007

Please sign in to comment.