mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
remove git flag that has no effect
This commit is contained in:
parent
7fb12160d8
commit
3896120d16
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ readonly -a IGNORE=(pull-upstream.zsh README.md)
|
|||
() {
|
||||
local repo && repo="$(mktemp -d ${TMPDIR:-/tmp}/gitstatus-pull-upstream.XXXXXXXXXX)"
|
||||
trap "rm -rf ${(q)repo}" EXIT
|
||||
git clone --depth 1 --single-branch $GITSTATUS_URL $repo
|
||||
git clone --depth 1 $GITSTATUS_URL $repo
|
||||
|
||||
local dst
|
||||
for dst in $GITSTATUS_DIR/**/*(.,@); do
|
||||
|
|
Loading…
Reference in a new issue