aboutsummaryrefslogtreecommitdiff
path: root/src/deploy.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/deploy.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/deploy.rs b/src/deploy.rs
index cc31a62..03c3623 100644
--- a/src/deploy.rs
+++ b/src/deploy.rs
@@ -139,9 +139,6 @@ fn test_wait_command_builder() {
#[derive(Error, Debug)]
pub enum DeployProfileError {
- #[error("Failed to calculate activate bin path from deploy bin path: {0}")]
- DeployPathToActivatePathError(#[from] super::DeployPathToActivatePathError),
-
#[error("Failed to spawn activation command over SSH: {0}")]
SSHSpawnActivateError(std::io::Error),