瀏覽代碼

fix a typo in keywords being sent improperly

tags/v0.41.0
Robert Fairburn 10 年之前
父節點
當前提交
85c97b450a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      openssh/files/sshd_config

+ 1
- 1
openssh/files/sshd_config 查看文件

@@ -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…
取消
儲存