Some more toolchain -> stack changes

This commit is contained in:
Ashwin Bharambe 2024-09-17 11:43:29 -07:00
parent 17172a8bf9
commit 4c045d9ed9
14 changed files with 38 additions and 43 deletions

View file

@ -107,7 +107,7 @@ class StackConfigure(Subcommand):
if run_config_file.exists():
cprint(
f"Configuration already exists for {build_config.name}. Will overwrite...",
f"Configuration already exists at `{str(run_config_file)}`. Will overwrite...",
"yellow",
attrs=["bold"],
)