Skip to content

Commit

Permalink
fix read config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
samarets committed Apr 25, 2024
1 parent de982fe commit f0ffd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func GetDeployer() *Deployer {
config: func() Configs {
var configs Configs

err := reader.ReadJsonFromFile("config.json", configs)
err := reader.ReadJsonFromFile("config.json", &configs)
if err != nil {
log.Error().Err(err).Send()
return nil
Expand Down

0 comments on commit f0ffd7e

Please sign in to comment.