Skip to content

Commit

Permalink
fix: remove misplaced commas
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-campagna committed Jan 22, 2025
1 parent 8dd4f73 commit 00eb801
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion elastic/logs/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"schedule": [
{% include "tasks/index-setup.json" %},
{# serverless-shard-recovery-marker-start #}{%- if build_flavor != "serverless" -%}
,
{
"name": "add-retention-lease",
"operation": {
Expand Down
1 change: 0 additions & 1 deletion elastic/security/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"schedule": [
{% include "tasks/index-setup.json" %},
{# serverless-shard-recovery-marker-start #}{%- if build_flavor != "serverless" -%}
,
{
"name": "add-retention-lease",
"operation": {
Expand Down
1 change: 0 additions & 1 deletion tsdb/challenges/synthetic-source-recovery.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}
},
{# serverless-shard-recovery-marker-start #}{%- if build_flavor != "serverless" -%}
,
{
"name": "add-retention-lease",
"operation": {
Expand Down

0 comments on commit 00eb801

Please sign in to comment.