Skip to content

Commit

Permalink
Fix Grafana annotation newline (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobValdemar authored Nov 11, 2024
1 parent a67e5fe commit 175ce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/command/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func NewStart(startOptions *startOptions) *cobra.Command {
grafana.AnnotateRequest{
What: fmt.Sprintf("Deployment: %s", opts.Service),
Data: fmt.Sprintf(
"Author: %s\nMessage: %s\nArtifactID: %s",
"<br>Author: %s<br>Message: %s<br>ArtifactID: %s",
opts.Spec.Application.AuthorName,
opts.Spec.Application.Message,
opts.Spec.ID,
Expand Down

0 comments on commit 175ce06

Please sign in to comment.