Skip to content

Commit 5574319

Browse files
xeniapeTechassi
andauthored
Update rust/stackablectl/src/cmds/demo.rs
Co-authored-by: Techassi <git@techassi.dev>
1 parent d794c7e commit 5574319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/stackablectl/src/cmds/demo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ async fn install_cmd(
419419
if Confirm::new()
420420
.with_prompt(
421421
format!(
422-
"Demos installed in the '{DEFAULT_NAMESPACE}' namespace cannot be uninstalled with stackablectl. Install the demo in the '{demo_namespace}' namespace instead?",
422+
"Demos installed in the {DEFAULT_NAMESPACE:?} namespace cannot be uninstalled with stackablectl. Install the demo in the {demo_namespace:?} namespace instead?",
423423
demo_namespace = args.demo_name.clone())
424424
)
425425
.default(true)

0 commit comments

Comments
 (0)