From 000e9a860d8686b81094909257f4f31078d84915 Mon Sep 17 00:00:00 2001 From: LeeW Date: Thu, 30 Jan 2025 17:59:43 +0100 Subject: [PATCH] updates comment --- __update_sops.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"),"