Explorar el Código

fix a typo in keywords being sent improperly

tags/v0.41.0
Robert Fairburn hace 10 años
padre
commit
85c97b450a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config Ver fichero

@@ -28,7 +28,7 @@
{%- set prefix='#' -%}
{%- endif -%}
{#- add prefix to keyword and/or default -#}
{%- set keyword = prefix ~ default -%}
{%- set keyword = prefix ~ keyword -%}
{%- set default = prefix ~ default -%}
{{ render_option(keyword, default) }}
{%- endmacro -%}

Cargando…
Cancelar
Guardar