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:
@@ -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)' |
|
||||
|
||||
Reference in New Issue
Block a user