diff --git a/cli/command/registry.go b/cli/command/registry.go index 7be5f5a2903d..efdd21b8d505 100644 --- a/cli/command/registry.go +++ b/cli/command/registry.go @@ -86,7 +86,8 @@ func GetDefaultAuthConfig(cfg *configfile.ConfigFile, checkCredStore bool, serve } // ConfigureAuth handles prompting of user's username and password if needed. -// Deprecated: use PromptUserForCredentials instead. +// +// Deprecated: use [PromptUserForCredentials] instead. func ConfigureAuth(ctx context.Context, cli Cli, flUser, flPassword string, authConfig *registrytypes.AuthConfig, _ bool) error { defaultUsername := authConfig.Username serverAddress := authConfig.ServerAddress