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

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

port 1.5
This commit is contained in:
purian23
2026-07-13 01:14:33 -04:00
parent 63eea01243
commit 8a0ed8a50f
+1 -1
View File
@@ -16,7 +16,7 @@ for arg in "$@"; do
esac esac
done done
git fetch origin --quiet 2>/dev/null || true git fetch origin --prune --quiet 2>/dev/null || true
if [ -z "$TARGET" ]; then if [ -z "$TARGET" ]; then
TARGET=$(git branch -r --list 'origin/stable-*' --format='%(refname:short)' | TARGET=$(git branch -r --list 'origin/stable-*' --format='%(refname:short)' |