hive-forge: defer repo resolution to the accessor, not construction
This commit is contained in:
parent
cc2503d9c7
commit
fe7bf81d4a
14 changed files with 57 additions and 35 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue