Skip to content

Commit

Permalink
nit on error text
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Jun 13, 2024
1 parent 6996f00 commit 25359d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gha-cache/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub enum Error {
#[error("Failed to initialize the client: {0}")]
InitError(Box<dyn std::error::Error + Send + Sync>),

#[error("Circuit breaker tripped.")]
#[error("GitHub Actions Cache throttled Magic Nix Cache. Not trying to use it again on this run.")]
CircuitBreakerTripped,

#[error("Request error: {0}")]
Expand Down

0 comments on commit 25359d9

Please sign in to comment.