Commit cbdabb20c90299941fb1ac174e1dcd23581a508a
1 parent
c7827f8ac0
80|
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
antigen.zsh
| ... | ... | @@ -77,7 +77,8 @@ antigen-bundle () { |
| 77 | 77 | fi |
| 78 | 78 | |
| 79 | 79 | # Add it to the record. |
| 80 | - _ANTIGEN_BUNDLE_RECORD="$_ANTIGEN_BUNDLE_RECORD\n$url $loc $btype $make_local_clone" | |
| 80 | + _ANTIGEN_BUNDLE_RECORD="$_ANTIGEN_BUNDLE_RECORD\n$url $loc $btype" | |
| 81 | + _ANTIGEN_BUNDLE_RECORD="$_ANTIGEN_BUNDLE_RECORD $make_local_clone" | |
| 81 | 82 | |
| 82 | 83 | # Ensure a clone exists for this repo, if needed. |
| 83 | 84 | if $make_local_clone; then |