Sfoglia il codice sorgente

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

Correct semicolon to colon
tags/v1.1.8
Imran Iqbal 3 anni fa
parent
commit
6170f318b4
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      apache/config/register_site.sls

+ 1
- 1
apache/config/register_site.sls Vedi File

@@ -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…
Annulla
Salva