Skip to content

Commit

Permalink
Merge pull request #3 from Clever/bstein-dev-init-fix
Browse files Browse the repository at this point in the history
Fix external initialization.
  • Loading branch information
bstein-clever authored Oct 16, 2020
2 parents a7896f2 + d645553 commit 3b71c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func New() (*Controller, error) {
mErrors = multierror.Append(mErrors, fmt.Errorf("rds-internal-failed-init: %s", err.Error()))
}

rdsExternalConnection, err := db.NewRDSInternalClient()
rdsExternalConnection, err := db.NewRDSExternalClient()
if err != nil {
mErrors = multierror.Append(mErrors, fmt.Errorf("rds-external-failed-init: %s", err.Error()))
}
Expand Down

0 comments on commit 3b71c32

Please sign in to comment.