mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 20:07:55 +08:00
Raise error when adding a new zot config with an existed saved name
This commit is contained in:
@@ -36,4 +36,5 @@ var (
|
||||
ErrIllegalConfigKey = errors.New("cli: given config key is not allowed")
|
||||
ErrScanNotSupported = errors.New("search: scanning of image media type not supported")
|
||||
ErrCLITimeout = errors.New("cli: Query timed out while waiting for results")
|
||||
ErrDuplicateConfigName = errors.New("cli: cli config name already added")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user