Commit 5d199ab209c17b06f275dae5ba2e7e667778d1f3
1 parent
1cae4fc91f
Print the repo url being pulled in, on -update. #10.
Showing 2 changed files with 7 additions and 3 deletions Side-by-side Diff
antigen.zsh
tests/bundle.t
... | ... | @@ -24,12 +24,14 @@ Update the plugin. |
24 | 24 | Update bundles. |
25 | 25 | |
26 | 26 | $ antigen-update |
27 | - From \S+? (re) | |
28 | - [a-z0-9]{7}\.\.[a-z0-9]{7} master -> origin/master (re) | |
29 | - Updating [a-z0-9]{7}\.\.[a-z0-9]{7} (re) | |
27 | + **** Pulling */test-plugin (glob) | |
28 | + From */test-plugin (glob) | |
29 | + ???????..??????? master -> origin/master (glob) | |
30 | + Updating ???????..??????? (glob) | |
30 | 31 | Fast-forward |
31 | 32 | aliases.zsh | 2 +- |
32 | 33 | 1 file changed, 1 insertion(+), 1 deletion(-) |
34 | + | |
33 | 35 | |
34 | 36 | Confirm there is still only one repository. |
35 | 37 |