Skip to content

Commit

Permalink
fix: filesystem adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
cchalop1 committed Mar 15, 2024
1 parent a032381 commit 587bf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/just-deploy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ func main() {

databaseAdapter := adapter.NewDatabaseAdapter()
filesystemAdapter := adapter.NewFilesystemAdapter()
deployConfig := application.GetDeployConfig(databaseAdapter)
deployConfig := application.GetDeployConfig(databaseAdapter, filesystemAdapter)

deployService := service.DeployService{
DeployConfig: &deployConfig,
Expand Down

0 comments on commit 587bf08

Please sign in to comment.