From 165270ef2ffd3dd81cfab5c7c578da5e5048768c Mon Sep 17 00:00:00 2001 From: oddgrd <29732646+oddgrd@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:08:23 +0200 Subject: [PATCH] feat(deployer): revert typo fix --- common/src/deployment.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/deployment.rs b/common/src/deployment.rs index 433416c07..08f78fc28 100644 --- a/common/src/deployment.rs +++ b/common/src/deployment.rs @@ -87,7 +87,8 @@ pub const DEPLOYER_END_MSG_BUILD_ERR: &str = "Service build encountered an error pub const DEPLOYER_END_MSG_CRASHED: &str = "Service encountered an error and crashed"; pub const DEPLOYER_END_MSG_STOPPED: &str = "Service was stopped by the user"; // don't include this in end messages so that logs are not stopped too early pub const DEPLOYER_END_MSG_COMPLETED: &str = "Service finished running all on its own"; -pub const DEPLOYER_RUNTIME_START_RESPONSE: &str = "Runtime started successfully"; +// There is a typo in this message, but it is matched on in cargo-shuttle, so we leave it for now. +pub const DEPLOYER_RUNTIME_START_RESPONSE: &str = "Runtime started successully"; pub const DEPLOYER_RUNTIME_START_FAILED: &str = "Runtime did not start successfully"; pub const DEPLOYER_END_MESSAGES_BAD: &[&str] = &[