Skip to content

Commit

Permalink
fix: exit on any error
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianBuzzo committed Feb 16, 2024
1 parent b313a12 commit 7c6ab96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ezsops.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

ezsops_decrypt() {
if [ -z "$1" ]; then
echo "Usage: decrypt_sops <path/to/sops.filename.yml>"
Expand Down

0 comments on commit 7c6ab96

Please sign in to comment.