Skip to content

Commit

Permalink
Update plugin/grpc_error.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kristin Laemmert <[email protected]>
  • Loading branch information
jbardin and mildwonkey authored Oct 26, 2020
1 parent 4a74d06 commit 3b388f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/grpc_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func grpcErr(err error) (diags tfdiags.Diagnostics) {
diags = diags.Append(tfdiags.Sourceless(
tfdiags.Error,
"Unsupported plugin method",
fmt.Sprintf("The %s method is not supported by this plugin", requestName),
fmt.Sprintf("The %s method is not supported by this plugin.", requestName),
))
default:
diags = diags.Append(tfdiags.Sourceless(
Expand Down

0 comments on commit 3b388f0

Please sign in to comment.