From 91da03136eec62e43e05364ba574dde061204abf Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Mon, 18 Jul 2022 13:07:13 +0100 Subject: [PATCH] fix: missing rebase changes --- pkg/shared/accountmgmtutil/ams.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/shared/accountmgmtutil/ams.go b/pkg/shared/accountmgmtutil/ams.go index 22248c557..764422c10 100644 --- a/pkg/shared/accountmgmtutil/ams.go +++ b/pkg/shared/accountmgmtutil/ams.go @@ -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 }