-

@ 225eadf4:8d1258bc
2025-04-17 13:07:41
commit 3dbb36e5e6c847abf00c572529958af84184b341
Author: randymcmillan
Date: Thu Apr 17 09:05:26 2025 -0400
post-commit-history
diff --git a/post-commit-history b/post-commit-history
index d5bb596..4f31218 100755
--- a/post-commit-history
+++ b/post-commit-history
@@ -53,11 +53,11 @@ echo $padded_commit_hash
export NEW_COUNT=$new_count
#n=`printf '%064s' "$(git rev-parse HEAD~$count)"`
#echo $n
-gnostr --sec $padded_commit_hash -t $padded_commit_hash --tag nip_commit $commit_hash --content "$(git show $commit_hash || exit)" | gnostr-post-event --relay wss://e.nos.lol || true
+gnostr --nsec $padded_commit_hash -t $padded_commit_hash --tag nip_commit $commit_hash --content "$(git show $commit_hash || exit)" | gnostr-post-event --relay wss://e.nos.lol || true
##echo $commit_hash;
#for commit_padded_hash in $(gnostr-reflog -p);do
##echo $commit_padded_hash;
- # gnostr --sec $commit_padded_hash --content "$(git show $commit_hash)"
+ # gnostr --nsec $commit_padded_hash --content "$(git show $commit_hash)"
#done
if [[ "$commit_hash" == "$INIT_COMMIT" ]]; then
exit;