mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
krata: reconcile improvements and better kratactl error experience
This commit is contained in:
@ -110,7 +110,7 @@ impl OciRegistryClient {
|
||||
|
||||
if !response.status().is_success() {
|
||||
return Err(anyhow!(
|
||||
"failed to send request to {}: status {}",
|
||||
"request to {} failed: status {}",
|
||||
req.build()?.url(),
|
||||
response.status()
|
||||
));
|
||||
|
Reference in New Issue
Block a user