hive-forge: defer repo resolution to the accessor, not construction

This commit is contained in:
damocles 2026-09-02 15:18:56 +02:00 committed by mara
commit fe7bf81d4a
14 changed files with 57 additions and 35 deletions

View file

@ -56,7 +56,7 @@ pub fn run(client: &Client, args: Args) -> Result<()> {
}
if runs.is_empty() {
println!("no matching runs in {}", client.repo());
println!("no matching runs in {}", client.repo()?);
return Ok(());
}
for run in &runs {