We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc1288 commit 2bf6033Copy full SHA for 2bf6033
supervisor/client/src/main.rs
@@ -67,7 +67,7 @@ async fn main() -> Result<()> {
67
cid: None,
68
note: String::new(),
69
};
70
- print_json(&client.deploy(config).await?);
+ print_json(&client.deploy(&config).await?);
71
}
72
Commands::Start { id } => {
73
print_json(&client.start(&id).await?);
0 commit comments