Skip to content

Commit

Permalink
fix trailing semicolon on newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Apr 4, 2024
1 parent dab11b0 commit 1819a71
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public IndexTemplate(string name, string template, string schemaVersion)
.Replace("\"limit\": 2000", "\"limit\": 2500")
.Replace("\"", "\"\"")
.Replace("_vulnerability\"\"", "_vulnerability\"\"\" + userComponents + @\"")
.Replace("try-ecs-*", "\" + indexPattern + @\"")
;
.Replace("try-ecs-*", "\" + indexPattern + @\"");
}
}
}

0 comments on commit 1819a71

Please sign in to comment.