mirror of
https://github.com/containers/podman.git
synced 2025-12-12 09:50:25 +08:00
Update vendor containers/(common,storage,buildah,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/storage/pkg/truncindex/truncindex.go
generated
vendored
2
vendor/github.com/containers/storage/pkg/truncindex/truncindex.go
generated
vendored
@@ -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: ' '")
|
||||
|
||||
Reference in New Issue
Block a user