Skip to content

Commit 70b00a0

Browse files
committed
fix variable name
Signed-off-by: Fahed Dorgaa <[email protected]>
1 parent db95af4 commit 70b00a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

errdefs/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var (
5757
ErrRegisterAndUnregisterService = errors.New("--register-service and --unregister-service cannot be used together")
5858
ErrArgConfigFile = errors.New("with spec config file, only container id should be provided")
5959
ErrUnprovidedImageRef = errors.New("image ref must be provided")
60-
ErrEmptyContainerId = errors.New("container id must be provided")
60+
ErrEmptyContainerID = errors.New("container id must be provided")
6161
ErrDeleteNoneContainer = errors.New("must specify at least one container to delete")
6262
)
6363

0 commit comments

Comments
 (0)