summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ganarchy/cli/run_targets.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ganarchy/cli/run_targets.py b/ganarchy/cli/run_targets.py
index 24497b9..a74ef78 100644
--- a/ganarchy/cli/run_targets.py
+++ b/ganarchy/cli/run_targets.py
@@ -100,6 +100,8 @@ def run_once(out, keep_stale_projects):
                         (repo.url, repo.message, count, repo.branch)
                     )
                 else:
+                    click.echo(repo.url, err=True)
+                    click.echo(repo.branch, err=True)
                     click.echo(repo.errormsg, err=True)
             html_entries = []
             for (url, msg, count, branch) in generate_html: