Skip to content

Commit 88170d2

Browse files
committed
fix filter typo
1 parent 8aeeec7 commit 88170d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codebundles/azure-devops-project-health/.runwhen/templates/azure-devops-triage-sli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
- name: AZURE_DEVOPS_ORG
3131
value: "{{ organization }}"
3232
- name: AZURE_DEVOPS_PROJECTS
33-
value: {{custom.azure_devops.projects | detault("")}}
33+
value: {{custom.azure_devops.projects | default("")}}
3434
secretsProvided:
3535
{% if wb_version %}
3636
{% include "azure-auth.yaml" ignore missing %}

codebundles/azure-devops-project-health/.runwhen/templates/azure-devops-triage-taskset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
- name: AZURE_DEVOPS_ORG
2626
value: "{{ organization }}"
2727
- name: AZURE_DEVOPS_PROJECTS
28-
value: {{custom.azure_devops.projects | detault("")}}
28+
value: {{custom.azure_devops.projects | default("")}}
2929
secretsProvided:
3030
{% if wb_version %}
3131
{% include "azure-auth.yaml" ignore missing %}

0 commit comments

Comments
 (0)