fix variable name
Signed-off-by: Fahed Dorgaa <fahed.dorgaa@gmail.com>
This commit is contained in:
parent
db95af43f3
commit
70b00a0fa9
@ -57,7 +57,7 @@ var (
|
||||
ErrRegisterAndUnregisterService = errors.New("--register-service and --unregister-service cannot be used together")
|
||||
ErrArgConfigFile = errors.New("with spec config file, only container id should be provided")
|
||||
ErrUnprovidedImageRef = errors.New("image ref must be provided")
|
||||
ErrEmptyContainerId = errors.New("container id must be provided")
|
||||
ErrEmptyContainerID = errors.New("container id must be provided")
|
||||
ErrDeleteNoneContainer = errors.New("must specify at least one container to delete")
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user