mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 10:45:18 -06:00
Merge pull request #631 from cmasone-attic/appspec
Fix glob in script permissions block of appspec.yml
This commit is contained in:
@@ -37,7 +37,7 @@ permissions:
|
||||
type:
|
||||
- file
|
||||
- object: /home/ec2-user/deployed/scripts
|
||||
pattern: *.sh
|
||||
pattern: "*.sh"
|
||||
mode: 0755
|
||||
type:
|
||||
- file
|
||||
|
||||
Reference in New Issue
Block a user