summaryrefslogtreecommitdiff
path: root/vendor/github.com/containers/storage/pkg/truncindex
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2022-10-27 16:26:57 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2022-10-28 06:16:22 -0400
commit6fe64591d630f6f532f6233c4ea8c97f79809797 (patch)
treea1f3aba4fab01e2dc11236e14cf4c9344972737a /vendor/github.com/containers/storage/pkg/truncindex
parent26e5661c27dfcf718fd17bb8b0bdcff49fbe1c2f (diff)
Update vendor containers/(common,storage,buildah,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/containers/storage/pkg/truncindex')
-rw-r--r--vendor/github.com/containers/storage/pkg/truncindex/truncindex.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containers/storage/pkg/truncindex/truncindex.go b/vendor/github.com/containers/storage/pkg/truncindex/truncindex.go
index 140540c7c..8f0732651 100644
--- a/vendor/github.com/containers/storage/pkg/truncindex/truncindex.go
+++ b/vendor/github.com/containers/storage/pkg/truncindex/truncindex.go
@@ -14,7 +14,7 @@ import (
var (
// ErrEmptyPrefix is an error returned if the prefix was empty.
- ErrEmptyPrefix = errors.New("Prefix can't be empty")
+ ErrEmptyPrefix = errors.New("prefix can't be empty")
// ErrIllegalChar is returned when a space is in the ID
ErrIllegalChar = errors.New("illegal character: ' '")