mirror of
https://github.com/containers/skopeo.git
synced 2025-08-11 03:12:26 +00:00
Merge pull request #166 from mtrmac/error-pasto
Fix a pasto in an error message
This commit is contained in:
commit
50f45932f9
@ -62,7 +62,7 @@ func standaloneVerify(context *cli.Context) error {
|
|||||||
|
|
||||||
unverifiedManifest, err := ioutil.ReadFile(manifestPath)
|
unverifiedManifest, err := ioutil.ReadFile(manifestPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("Error reading manifest from %s: %v", signaturePath, err)
|
return fmt.Errorf("Error reading manifest from %s: %v", manifestPath, err)
|
||||||
}
|
}
|
||||||
unverifiedSignature, err := ioutil.ReadFile(signaturePath)
|
unverifiedSignature, err := ioutil.ReadFile(signaturePath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user