aboutsummaryrefslogtreecommitdiff
path: root/src/web/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/error.rs')
-rw-r--r--src/web/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/error.rs b/src/web/error.rs
index 6da86199..2b8aeebe 100644
--- a/src/web/error.rs
+++ b/src/web/error.rs
@@ -8,7 +8,7 @@ use garage_util::error::Error as GarageError;
pub enum Error {
/// An error received from the API crate
#[error(display = "API error: {}", _0)]
- ApiError(#[error(source)] garage_api::error::Error),
+ ApiError(#[error(source)] garage_api::Error),
// Category: internal error
/// Error internal to garage