diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-05-26 16:51:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 16:51:21 +0200 |
commit | a5a2416b3533ed6b188ce8457adf5aa1f86cf49f (patch) | |
tree | 282472758d960d7f8ad4d2fee7ee7f2b5d6bdfee /libpod/define/errors.go | |
parent | b909bcaed613eb94333641fff4250c07f1ab4323 (diff) | |
parent | f49023031d85ddf5700855ac374e63e2bbaa653e (diff) | |
download | podman-a5a2416b3533ed6b188ce8457adf5aa1f86cf49f.tar.gz podman-a5a2416b3533ed6b188ce8457adf5aa1f86cf49f.tar.bz2 podman-a5a2416b3533ed6b188ce8457adf5aa1f86cf49f.zip |
Merge pull request #10461 from mheon/rc3_backports
Backports for v3.2.0-RC3
Diffstat (limited to 'libpod/define/errors.go')
-rw-r--r-- | libpod/define/errors.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/define/errors.go b/libpod/define/errors.go index 81bf5f69c..9fd210eed 100644 --- a/libpod/define/errors.go +++ b/libpod/define/errors.go @@ -152,7 +152,7 @@ var ( // ErrOCIRuntimeNotFound indicates the OCI runtime attempted to invoke a command // that was not found - ErrOCIRuntimeNotFound = errors.New("OCI not found") + ErrOCIRuntimeNotFound = errors.New("OCI runtime attempted to invoke a command that was not found") // ErrOCIRuntimeUnavailable indicates that the OCI runtime associated to a container // could not be found in the configuration |