cli/command: ElectAuthServer: fix deprecation comment
The comment was not formatted correctly, and because of that not picked up as being deprecated. updates b4ca1c7368daeead400fcc1b8f2d61951a0d9d1e Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
235b501b71
commit
e3fa7280ad
@ -21,8 +21,9 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// ElectAuthServer returns the default registry to use
|
||||
// Deprecated: use registry.IndexServer instead
|
||||
// ElectAuthServer returns the default registry to use.
|
||||
//
|
||||
// Deprecated: use [registry.IndexServer] instead.
|
||||
func ElectAuthServer(_ context.Context, _ Cli) string {
|
||||
return registry.IndexServer
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user