Skip to content

Commit 2bf6033

Browse files
committed
Fix compilation error in supervisor
1 parent ecc1288 commit 2bf6033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/client/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async fn main() -> Result<()> {
6767
cid: None,
6868
note: String::new(),
6969
};
70-
print_json(&client.deploy(config).await?);
70+
print_json(&client.deploy(&config).await?);
7171
}
7272
Commands::Start { id } => {
7373
print_json(&client.start(&id).await?);

0 commit comments

Comments
 (0)