Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ritbl committed May 23, 2022
1 parent 6402478 commit 6ab45c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/management/add_mongodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ func (cmd *addMongoDBCommand) RunWithContext(ctx context.Context) (commands.Resu
logrus.Warnf("Failed to encrypt password: %s", err)
password = cmd.Password
}
password = cmd.Password

params := &mongodb.AddMongoDBParams{
Body: mongodb.AddMongoDBBody{
Expand Down

0 comments on commit 6ab45c6

Please sign in to comment.