Skip to content

Commit aab1250

Browse files
APM-2884 Fix typo
1 parent 1fe704f commit aab1250

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifest_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apigee:
2525
- name: {{ ENV.name }}
2626
products:
2727
- name: {{ NAME }}
28-
{% set approval_type = ENV.approval_type | default('auto') %}
28+
approvalType: {{ ENV.approval_type | default('auto') }}
2929
attributes:
3030
- name: access
3131
value: public

0 commit comments

Comments
 (0)