Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
winterdeaf committed Jul 10, 2019
1 parent 68459bd commit 0006dbd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion internal/pkg/object/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ func (t Type) CLIString() string {
case OTCertInfo:
return "cert"
case OTCTInfo:
return "cet"
return "ct"
case OTServiceInfo:
return "srv"
case OTRegistrar:
Expand Down
1 change: 0 additions & 1 deletion internal/pkg/publisher/publisherUtil.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ func LoadPrivateKeys(path string) (map[keys.PublicKeyID]interface{}, error) {
return nil, fmt.Errorf("Was not able to read directory: %v", err)
}
for _, f := range files {
fmt.Errorf("%s", f.Name())
if strings.HasSuffix(f.Name(), keyManager.SecSuffix) {
keyPem, err := keyManager.DecryptKey(path, f.Name(), "")
if err != nil {
Expand Down

0 comments on commit 0006dbd

Please sign in to comment.