We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00a1ef commit 5fef458Copy full SHA for 5fef458
1 file changed
packages/cli-rust/src/commands/user/mod.rs
@@ -57,9 +57,7 @@ pub async fn cmd_user(
57
// Check container is running first
58
if !container_is_running(&client, CONTAINER_NAME).await? {
59
let msg = if let Some(name) = &host_name {
60
- format!(
61
- "Container not running on {name}. Start with `occ start --remote-host {name}`."
62
- )
+ format!("Container not running on {name}. Start with `occ start --remote-host {name}`.")
63
} else {
64
"Container not running. Start with `occ start` first.".to_string()
65
};
0 commit comments