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)' |