Merge pull request #631 from cmasone-attic/appspec

Fix glob in script permissions block of appspec.yml
This commit is contained in:
cmasone-attic
2015-11-16 14:18:28 -08:00

View File

@@ -37,7 +37,7 @@ permissions:
type:
- file
- object: /home/ec2-user/deployed/scripts
pattern: *.sh
pattern: "*.sh"
mode: 0755
type:
- file