Skip to content

Instantly share code, notes, and snippets.

@ryanmoon
Last active August 17, 2017 18:43
Show Gist options
  • Save ryanmoon/d303a012dc7541964ce26f63578607d1 to your computer and use it in GitHub Desktop.
Save ryanmoon/d303a012dc7541964ce26f63578607d1 to your computer and use it in GitHub Desktop.
Git Hook for Chef Cookbooks
#!/bin/bash
find . -name '*.DS_Store' -type f -delete
chef exec rake style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment