upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocs/how-to/migration-scripts/40-classify-actions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/how-to/migration-scripts/40-classify-actions.sh b/docs/how-to/migration-scripts/40-classify-actions.sh
index 07ae7c9..8b61636 100755
--- a/docs/how-to/migration-scripts/40-classify-actions.sh
+++ b/docs/how-to/migration-scripts/40-classify-actions.sh
@@ -412,7 +412,7 @@ for key in "${!ALL_REPOS[@]}"; do
412 COUNTS[review_parse_failure]=$((COUNTS[review_parse_failure] + 1)) 412 COUNTS[review_parse_failure]=$((COUNTS[review_parse_failure] + 1))
413 else 413 else
414 # Check git ancestry to see if archive is actually ahead 414 # Check git ancestry to see if archive is actually ahead
415 local git_relationship="${GIT_ANCESTRY[$key]:-unknown}" 415 git_relationship="${GIT_ANCESTRY[$key]:-unknown}"
416 416
417 if [[ "$git_relationship" == "archive-ahead" || "$git_relationship" == "in-sync" ]]; then 417 if [[ "$git_relationship" == "archive-ahead" || "$git_relationship" == "in-sync" ]]; then
418 # Archive has newer/same git data - this is GOOD 418 # Archive has newer/same git data - this is GOOD