1
0
mirror of https://github.com/strongdm/comply synced 2024-07-02 23:14:22 +00:00

also watch narratives dir

This commit is contained in:
Justin McCarthy 2018-05-16 17:27:01 -07:00
parent 1ddb9217a0
commit 91f16e4729
No known key found for this signature in database
GPG Key ID: 900437410E142A48

View File

@ -14,6 +14,7 @@ func watch(errCh chan error) {
return
}
b.Add("./templates/")
b.Add("./narratives/")
b.Add("./policies/")
b.Add("./procedures/")