Skip to content

Commit

Permalink
Merge pull request #1740 from tboerger/fix-db-lib
Browse files Browse the repository at this point in the history
fix(dblib): resolve missing logger dependency
  • Loading branch information
fiftin committed Feb 5, 2024
2 parents 78c93b1 + 85ee2f8 commit 0e02aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db_lib/AppFactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func CreateApp(template db.Template, repository db.Repository, logger lib.Logger
Playbook: &AnsiblePlaybook{
TemplateID: template.ID,
Repository: repository,
Logger: logger,
},
}
default:
Expand Down

0 comments on commit 0e02aee

Please sign in to comment.