Skip to content

Commit

Permalink
Stepup tiqr: Remove whitespace in parameters.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jun 10, 2024
1 parent e0c943e commit 134ced4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/stepuptiqr/templates/parameters.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ parameters:
cacheTokens: {{ tiqr_firebase_cachetokens }}
tokenCacheDir: '/tmp'
{% else %}
{% if tiqr_firebase_apikey is defined %}
{% if tiqr_firebase_apikey is defined %}
firebase:
apikey: '{{ tiqr_firebase_apikey }}'
{% endif %}
{% endif %}
{% endif %}
apns:
certificate: '{{ current_release_config_file_dir_name_in_config }}/apns.pem'
Expand Down

0 comments on commit 134ced4

Please sign in to comment.