upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/docs/how-to/migration-scripts/01-fetch-events.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/how-to/migration-scripts/01-fetch-events.sh')
-rwxr-xr-xdocs/how-to/migration-scripts/01-fetch-events.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/how-to/migration-scripts/01-fetch-events.sh b/docs/how-to/migration-scripts/01-fetch-events.sh
index 6870659..e0d6f26 100755
--- a/docs/how-to/migration-scripts/01-fetch-events.sh
+++ b/docs/how-to/migration-scripts/01-fetch-events.sh
@@ -2,7 +2,7 @@
2# 2#
3# 01-fetch-events.sh - Fetch nostr events from a relay for migration analysis 3# 01-fetch-events.sh - Fetch nostr events from a relay for migration analysis
4# 4#
5# PHASE 1 of the ngit-relay to ngit-grasp migration analysis pipeline. 5# PHASE 1 of the GRASP relay to ngit-grasp migration analysis pipeline.
6# Fetches kind 30618 (state), 30617 (announcement), and 5 (deletion) events. 6# Fetches kind 30618 (state), 30617 (announcement), and 5 (deletion) events.
7# 7#
8# USAGE: 8# USAGE:
@@ -41,7 +41,7 @@
41# - Run Phase 1 and Phase 2 back-to-back for accurate snapshot 41# - Run Phase 1 and Phase 2 back-to-back for accurate snapshot
42# 42#
43# SEE ALSO: 43# SEE ALSO:
44# docs/how-to/migrate-ngit-relay-to-ngit-grasp.md - Full migration guide 44# docs/how-to/migrate-to-ngit-grasp.md - Full migration guide
45# 45#
46 46
47set -euo pipefail 47set -euo pipefail