aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 78bc933..91adae3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -478,7 +478,7 @@ enum RunError {
CheckDeploymentError(#[from] CheckDeploymentError),
#[error("Failed to evaluate deployment data: {0}")]
GetDeploymentDataError(#[from] GetDeploymentDataError),
- #[error("Error running deploy: {0}")]
+ #[error("{0}")]
RunDeployError(#[from] RunDeployError),
}