Selaa lähdekoodia

Fix bug that added : at the end of the key

master
jvblasco 9 vuotta sitten
vanhempi
commit
60691ef20d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      openssh/auth.sls

+ 2
- 2
openssh/auth.sls Näytä tiedosto

@@ -1,8 +1,8 @@
{%- macro print_name(identifier, key) -%}
{%- if 'name' in key %}
{{ key['name'] }}:
{{ key['name'] }}
{%- else %}
{{ identifier }}:
{{ identifier }}
{%- endif %}
{%- endmacro -%}


Loading…
Peruuta
Tallenna