Skip to content

Commit

Permalink
fix: use correct inner function names
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianBuzzo committed Feb 16, 2024
1 parent e3e01be commit b313a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ezsops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ ezsops_encrypt() {

ezsops () {
if [ "$1" = "encrypt" ]; then
sops_encrypt "${@:2}"
ezsops_encrypt "${@:2}"
fi

if [ "$1" = "decrypt" ]; then
sops_decrypt "${@:2}"
ezsops_decrypt "${@:2}"
fi
}

Expand Down

0 comments on commit b313a12

Please sign in to comment.