Skip to content

Commit 1a0e041

Browse files
labrenbeTechassi
andauthored
Update rust/stackablectl/src/cmds/demo.rs
Co-authored-by: Techassi <[email protected]>
1 parent e7243f2 commit 1a0e041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/stackablectl/src/cmds/demo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ async fn install_cmd(
318318
transfer_client: &xfer::Client,
319319
release_branch: &str,
320320
) -> Result<String, CmdError> {
321-
info!("Installing demo {}", args.demo_name);
321+
info!(%release_branch, "Installing demo {}", args.demo_name);
322322

323323
// Init result output and progress output
324324
let mut output = cli.result();

0 commit comments

Comments
 (0)