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 e7243f2 commit 1a0e041Copy full SHA for 1a0e041
rust/stackablectl/src/cmds/demo.rs
@@ -318,7 +318,7 @@ async fn install_cmd(
318
transfer_client: &xfer::Client,
319
release_branch: &str,
320
) -> Result<String, CmdError> {
321
- info!("Installing demo {}", args.demo_name);
+ info!(%release_branch, "Installing demo {}", args.demo_name);
322
323
// Init result output and progress output
324
let mut output = cli.result();
0 commit comments