Merge commit 'refs/pull/76/head' of github.com:Foxboron/sbctl

This commit is contained in:
Morten Linderud 2021-06-19 22:57:04 +02:00
commit 62fc79175f
No known key found for this signature in database
GPG Key ID: E742683BA08CB2FF
1 changed files with 2 additions and 2 deletions

View File

@ -68,9 +68,9 @@ var verifyCmd = &cobra.Command{
return err
}
if ok {
logging.Ok("%s is signed\n", path)
logging.Ok("%s is signed", path)
} else {
logging.NotOk("%s is not signed\n", path)
logging.NotOk("%s is not signed", path)
}
return nil
}); err != nil {