This commit is contained in:
Shreyas Goenka 2025-03-11 12:50:38 +01:00
parent 5586121239
commit 26684b192e
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func newDescribeCommand() *cobra.Command {
var err error
status, err = getAuthStatus(cmd, args, showSensitive, func(cmd *cobra.Command, args []string) (*config.Config, bool, error) {
isAccount, err := root.MustAnyClient(cmd, args)
return root.ConfigUsed(cmd.Context()), isAccount, err
return command.ConfigUsed(cmd.Context()), isAccount, err
})
if err != nil {
return err