Skip to content

Commit 91da031

Browse files
committed
fix: missing rebase changes
1 parent 93f1717 commit 91da031

File tree

1 file changed

+1
-1
lines changed
  • pkg/shared/accountmgmtutil

1 file changed

+1
-1
lines changed

pkg/shared/accountmgmtutil/ams.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func fetchOrgQuotaCost(ctx context.Context, conn connection.Connection) (*amscli
7272

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

75-
conn, err := f.Connection(connection.DefaultConfigSkipMasAuth)
75+
conn, err := f.Connection()
7676
if err != nil {
7777
return nil, err
7878
}

0 commit comments

Comments
 (0)