From e9daa340ce1bd215e71d2dc86a81207b7d61df02 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 28 Jan 2026 15:10:49 +0000 Subject: fix(migration): remove local keyword outside function in classify script --- docs/how-to/migration-scripts/40-classify-actions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 COUNTS[review_parse_failure]=$((COUNTS[review_parse_failure] + 1)) else # Check git ancestry to see if archive is actually ahead - local git_relationship="${GIT_ANCESTRY[$key]:-unknown}" + git_relationship="${GIT_ANCESTRY[$key]:-unknown}" if [[ "$git_relationship" == "archive-ahead" || "$git_relationship" == "in-sync" ]]; then # Archive has newer/same git data - this is GOOD -- cgit v1.2.3