Skip to content

Commit

Permalink
fix(shuttle-common): deployment message typo (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab authored Aug 7, 2024
1 parent 25f8a75 commit b8aa727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/deployment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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] = &[
Expand Down

0 comments on commit b8aa727

Please sign in to comment.