Skip to content

Commit

Permalink
Correcting mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
ABresting committed Jun 15, 2021
1 parent 290c0f5 commit 7b8ec04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (db *Database) connect() (*gorm.DB, error) {
db.Config.Host,
db.Config.Username,
db.Config.Password,
db.Config.Engine,
db.Config.Identity.Name,
db.Config.Port,
)

Expand Down

0 comments on commit 7b8ec04

Please sign in to comment.