diff --git a/__update_sops.sh b/__update_sops.sh index 40e394e..1325dc2 100755 --- a/__update_sops.sh +++ b/__update_sops.sh @@ -49,7 +49,7 @@ EOM for gpgkeyfile in *automation*gpg.pub; do echo " $(fn_extract_fpr "${gpgkeyfile}")," done - # HACK: TODO: yq update anchor + # HACK: TODO: yq update the list in the foldable code block scalar thingy (automating yaml always hard...) # HACK: all but last line get comma for gpgkeyfile in $(ls *gpg.pub | grep -v automation | sed '$d'); do echo " $(fn_extract_fpr "${gpgkeyfile}"),"