Skip to content

Commit

Permalink
fix: missing rebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 18, 2022
1 parent 93f1717 commit 91da031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/shared/accountmgmtutil/ams.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func fetchOrgQuotaCost(ctx context.Context, conn connection.Connection) (*amscli

func GetOrgQuotas(f *factory.Factory, spec *remote.AmsConfig) (*OrgQuotas, error) {

conn, err := f.Connection(connection.DefaultConfigSkipMasAuth)
conn, err := f.Connection()
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 91da031

Please sign in to comment.