Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: noobaa/noobaa-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e8b0dee95e07b467e0efe05bf773b763470275af
Choose a base ref
..
head repository: noobaa/noobaa-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c75f40a92a6ca8cce8544d773a77f322cc68afe1
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkg/noobaaaccount/noobaaaccount.go
4 changes: 2 additions & 2 deletions pkg/noobaaaccount/noobaaaccount.go
Original file line number Diff line number Diff line change
@@ -700,7 +700,7 @@ func GenerateAccountKeys(name string) error {
return err
}

// GenerateAccountKeysAPI have no reply so we need to read the account in order to get the new credentials
// GenerateAccountKeysAPI have no replay so we need to read the account in order to get the new credentials
accountInfo, err := sysClient.NBClient.ReadAccountAPI(nb.ReadAccountParams{
Email: name,
})
@@ -747,7 +747,7 @@ func GenerateNonCrdAccountKeys(name string) error {
return err
}

// GenerateAccountKeysAPI have no reply so we need to read the account in order to get the new credentials
// GenerateAccountKeysAPI have no replay so we need to read the account in order to get the new credentials
accountInfo, err := sysClient.NBClient.ReadAccountAPI(nb.ReadAccountParams{
Email: name,
})