Skip to content

Commit

Permalink
fix golanlint errors
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Srivastava <[email protected]>
  • Loading branch information
tangledbytes committed Dec 24, 2020
1 parent 9ae6998 commit cb14b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapter/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
ErrGetName = errors.NewDefault(ErrGetNameCode, "Unable to get mesh name")
ErrOpInvalid = errors.NewDefault(ErrOpInvalidCode, "Invalid operation")

// ErrAuthInfosInvalidMsg is the error message when the all of auth infos have invalid or inaccessbile paths
// ErrAuthInfosInvalidMsg is the error message when the all of auth infos have invalid or inaccessible paths
// as there certificate paths
ErrAuthInfosInvalidMsg = fmt.Errorf("none of the auth infos are valid either the certificate path is invalid or is inaccessible")
)
Expand Down

0 comments on commit cb14b94

Please sign in to comment.