Skip to content

Commit

Permalink
fix: summary
Browse files Browse the repository at this point in the history
  • Loading branch information
anasmuhmd committed Dec 25, 2024
1 parent d809b9c commit 1b83ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/misp/publish_misp_event_reports.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ func publishEventReport(loader ClientLoaderFn) plugin.PublishFunc {
if err != nil {
return diagnostics.Diag{{
Severity: hcl.DiagError,
Summary: "Failed to write to a file",
Summary: "Failed to render the report",
Detail: err.Error(),
}}
}
Expand Down

0 comments on commit 1b83ee6

Please sign in to comment.