瀏覽代碼

Merge pull request #307 from mariusvw/hotfix/semicolon-correction

Correct semicolon to colon
tags/v1.1.8
Imran Iqbal 3 年之前
父節點
當前提交
6170f318b4
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      apache/config/register_site.sls

+ 1
- 1
apache/config/register_site.sls 查看文件

@@ -63,7 +63,7 @@ apache-config-register-site-file-managed:
- watch_in:
- module: apache-service-running-reload
- require_in:
- module; apache-service-running-reload
- module: apache-service-running-reload
cmd.run:
- name: echo dummy state to workaround requisite issue >/dev/null 2>&1
- require_in:

Loading…
取消
儲存