From 6ed068d4bfb3a0d057f9e8d202d15fd7aaca29dd Mon Sep 17 00:00:00 2001 From: Rodney Lab Date: Wed, 7 Aug 2024 06:57:40 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=E2=8C=A8=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/deployment.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/deployment.rs b/common/src/deployment.rs index 5895c1588..433416c07 100644 --- a/common/src/deployment.rs +++ b/common/src/deployment.rs @@ -87,7 +87,7 @@ 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 successully"; +pub const DEPLOYER_RUNTIME_START_RESPONSE: &str = "Runtime started successfully"; pub const DEPLOYER_RUNTIME_START_FAILED: &str = "Runtime did not start successfully"; pub const DEPLOYER_END_MESSAGES_BAD: &[&str] = &[