From 8a0ed8a50fe34d94512b6d4e70870e12fc43fea4 Mon Sep 17 00:00:00 2001 From: purian23 Date: Mon, 13 Jul 2026 01:14:33 -0400 Subject: [PATCH] fix(port-audit): update git fetch command to include prune opt port 1.5 --- scripts/port-audit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/port-audit.sh b/scripts/port-audit.sh index 34a1bbdb3..12fb47a45 100755 --- a/scripts/port-audit.sh +++ b/scripts/port-audit.sh @@ -16,7 +16,7 @@ for arg in "$@"; do esac done -git fetch origin --quiet 2>/dev/null || true +git fetch origin --prune --quiet 2>/dev/null || true if [ -z "$TARGET" ]; then TARGET=$(git branch -r --list 'origin/stable-*' --format='%(refname:short)' |