瀏覽代碼

synapse workers-doc-to-yaml.awk: escape slash for non-gnu awk versions

pull/456/head
Marcel Partap 5 年之前
父節點
當前提交
3156d96619
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-synapse/files/workers-doc-to-yaml.awk

+ 1
- 1
roles/matrix-synapse/files/workers-doc-to-yaml.awk 查看文件

@@ -13,7 +13,7 @@ function worker_stanza_append(string) {

function line_is_endpoint_url(line) {
# probably API endpoint if it starts with white-space and ^ or /
return (line ~ /^ +[\^/].*\//)
return (line ~ /^ +[\^\/].*\//)
}

# Put YAML marker at beginning of file.


Loading…
取消
儲存