Skip to content

Commit

Permalink
Remote HEAD {branch => }
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Nov 13, 2022
1 parent 5198b46 commit 89bdbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fn actual_main() -> Result<(), i32> {
let latest_registries: Vec<_> = Result::from_iter(registry_repos.iter().zip(registries.iter()).map(|(registry_repo, (registry, _))| {
registry_repo.revparse_single("origin/HEAD")
.map_err(|e| {
eprintln!("Failed to read remote HEAD branch of registry repository at {}: {}.", registry.display(), e);
eprintln!("Failed to read remote HEAD of registry repository at {}: {}.", registry.display(), e);
2
})
}))?;
Expand Down

0 comments on commit 89bdbba

Please sign in to comment.