소스 검색

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…
취소
저장