Fix template
This commit is contained in:
parent
c535e1cd08
commit
16f52a37f3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def calc_list():
|
|||
group_name = 'ambassadors'
|
||||
|
||||
username = 'fedoradummy'
|
||||
password = '<%= fedoraDummyUserPassword %>'
|
||||
password = '{{ fedoraDummyUserPassword }}'
|
||||
|
||||
{% if env == "staging" %}
|
||||
base_url = 'https://admin.stg.fedoraproject.org/accounts/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue