cloudsidedev / appside

Multitenant environment automation.
http://cloudside.ch
GNU Affero General Public License v3.0
38 stars 7 forks source link

Ignore .DS_Store when decrypting #34

Closed ocean90 closed 7 years ago

ocean90 commented 7 years ago

This would prevent an error about a not encrypted file, see the following example:

➜  appflow git:(master) make decrypt env=staging
[decrypt][example][staging]
ERROR! input is not encrypted for ~/.appflow/tenant/appflow-example/staging/.DS_Store
Decryption successful
Decryption successful
Decryption successful
Decryption successful
Decryption successful
Decryption successful
Decryption successful
Decryption successful
ivomarino commented 7 years ago

@89luca89 is on it.