Skip to content

Commit

Permalink
oob/helpers: fixes incorrect BMC user parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Aug 22, 2024
1 parent 5d05577 commit ae10e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/outofband/bmc_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func newBmclibv2Client(_ context.Context, asset *rtypes.Server, l *logrus.Entry)

bmcClient := bmclib.NewClient(
asset.BMCAddress,
asset.BMCAddress,
asset.BMCUser,
asset.BMCPassword,
bmclib.WithLogger(logruslogr),
bmclib.WithHTTPClient(newHTTPClient()),
Expand Down

0 comments on commit ae10e2d

Please sign in to comment.