Commit b6db07ac277e651bbf20c5c2e20ec336b3ff9e1d
1 parent
41abcf6628
Cleanup omits bundles with no local clones.
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
antigen.zsh
... | ... | @@ -278,7 +278,7 @@ antigen-cleanup () { |
278 | 278 | # Find directores in ADOTDIR/repos, that are not in the bundles record. |
279 | 279 | local unused_clones="$(comm -13 \ |
280 | 280 | <(-antigen-echo-record \ |
281 | - | awk '{print $1}' \ | |
281 | + | awk '$4 == "true" {print $1}' \ | |
282 | 282 | | while read line; do |
283 | 283 | -antigen-get-clone-dir "$line" |
284 | 284 | done \ |