diff --git a/antigen.zsh b/antigen.zsh index e289761..2566b37 100644 --- a/antigen.zsh +++ b/antigen.zsh @@ -101,7 +101,9 @@ antigen-update () { | awk '{print $1}' \ | sort -u \ | while read url; do + echo "**** Pulling $url" -antigen-ensure-repo --update "$url" + echo done } diff --git a/tests/bundle.t b/tests/bundle.t index 506c592..0906783 100644 --- a/tests/bundle.t +++ b/tests/bundle.t @@ -24,12 +24,14 @@ Update the plugin. Update bundles. $ antigen-update - From \S+? (re) - [a-z0-9]{7}\.\.[a-z0-9]{7} master -> origin/master (re) - Updating [a-z0-9]{7}\.\.[a-z0-9]{7} (re) + **** Pulling */test-plugin (glob) + From */test-plugin (glob) + ???????..??????? master -> origin/master (glob) + Updating ???????..??????? (glob) Fast-forward aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) + Confirm there is still only one repository.