1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

fix(port-audit): update git fetch command to include prune opt

port 1.5

(cherry picked from commit 8a0ed8a50f)
This commit is contained in:
purian23
2026-07-13 01:14:33 -04:00
committed by dms-ci[bot]
parent f7157f0e92
commit c0134c249a
+1 -1
View File
@@ -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)' |