Skip to content

Commit

Permalink
Update rust/stackablectl/src/cmds/demo.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Techassi <git@techassi.dev>
  • Loading branch information
labrenbe and Techassi authored Dec 6, 2024
1 parent e7243f2 commit 1a0e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/stackablectl/src/cmds/demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ async fn install_cmd(
transfer_client: &xfer::Client,
release_branch: &str,
) -> Result<String, CmdError> {
info!("Installing demo {}", args.demo_name);
info!(%release_branch, "Installing demo {}", args.demo_name);

// Init result output and progress output
let mut output = cli.result();
Expand Down

0 comments on commit 1a0e041

Please sign in to comment.