Fix typos
This commit is contained in:
parent
08aa7d278c
commit
084d39f6cf
5 changed files with 12 additions and 12 deletions
|
|
@ -17,7 +17,7 @@ func GetCertificateAssociation(serial uint64) string {
|
|||
}
|
||||
|
||||
func GetAssociations(dirname string) (assocs []string, err error) {
|
||||
if ds, errr := ioutil.ReadDir(dirname); err != nil {
|
||||
if ds, errr := ioutil.ReadDir(dirname); errr != nil {
|
||||
return nil, errr
|
||||
} else {
|
||||
for _, d := range ds {
|
||||
|
|
|
|||
Reference in a new issue