@ -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