Fix merge conflicts with main

This commit is contained in:
Luc Perkins 2025-03-25 11:45:05 -03:00
commit 5a689bfeb3
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -366,7 +366,8 @@ async fn main_cli() -> Result<()> {
Some(state)
}
Err(err) => {
tracing::error!("FlakeHub cache initialization failed: {}", err);
tracing::error!("FlakeHub cache initialization failed: {}. Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.", err);
println!("::error title={{FlakeHub: Unauthenticated}}::{{Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.}}");
None
}
}