Selaa lähdekoodia

fix a typo in keywords being sent improperly

tags/v0.41.0
Robert Fairburn 10 vuotta sitten
vanhempi
commit
85c97b450a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config Näytä tiedosto

@@ -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 -%}

Loading…
Peruuta
Tallenna