Skip to content

Commit

Permalink
Merge pull request zendesk#36 from sstarcher/patch-1
Browse files Browse the repository at this point in the history
fixing .sopscommithook duplicate then
  • Loading branch information
szibis authored Mar 24, 2018
2 parents 7ca3450 + c70b735 commit e18891e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ This will prevent committing decrypted files without sops metadata.
for FILE in $(git diff-index HEAD --name-only | grep <your vars dir> | grep "secrets.y"); do
if [ -f "$FILE" ] && ! grep -C10000 "sops:" $FILE | grep -q "version:"; then
then
echo "!!!!! $FILE" 'File is not encrypted !!!!!'
echo "Run: helm secrets enc <file path>"
exit 1
Expand Down

0 comments on commit e18891e

Please sign in to comment.