Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
make clean more portable
Browse files Browse the repository at this point in the history
  • Loading branch information
snstanton committed Feb 6, 2019
1 parent 72fa948 commit b2612f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ clean() {
return
fi
local basedir="$1"
find "$basedir" -type f -name "secrets*${DEC_SUFFIX}" -print0 | xargs -r0 rm -v
find "$basedir" -type f -name "secrets*${DEC_SUFFIX}" -exec rm -v {} \;
}

helm_wrapper() {
Expand Down

0 comments on commit b2612f0

Please sign in to comment.