mirror of
https://github.com/containers/skopeo.git
synced 2025-09-18 16:08:59 +00:00
Fix a pasto in an error message
This commit is contained in:
@@ -62,7 +62,7 @@ func standaloneVerify(context *cli.Context) error {
|
||||
|
||||
unverifiedManifest, err := ioutil.ReadFile(manifestPath)
|
||||
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)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user