Skip to content

Commit 6170f31

Browse files
authored
Merge pull request #307 from mariusvw/hotfix/semicolon-correction
Correct semicolon to colon
2 parents 3bf9c6e + 4cf848d commit 6170f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache/config/register_site.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ apache-config-register-site-file-managed:
6363
- watch_in:
6464
- module: apache-service-running-reload
6565
- require_in:
66-
- module; apache-service-running-reload
66+
- module: apache-service-running-reload
6767
cmd.run:
6868
- name: echo dummy state to workaround requisite issue >/dev/null 2>&1
6969
- require_in:

0 commit comments

Comments
 (0)