Update broken references

This commit is contained in:
Ashwin Bharambe 2024-10-28 22:24:19 -07:00
parent bd424f9a26
commit 4349d5b1c4
8 changed files with 11 additions and 30 deletions

View file

@ -67,6 +67,7 @@ class StackBuild(Subcommand):
type=str,
help="Image Type to use for the build. This can be either conda or docker. If not specified, will use the image type from the template config.",
choices=["conda", "docker"],
default="conda",
)
def _run_stack_build_command(self, args: argparse.Namespace) -> None: