fix: minor arg issue

This commit is contained in:
Nikhil Sonti
2025-12-06 15:31:46 -08:00
parent 2cd58c171a
commit df47acf2fd
2 changed files with 2 additions and 2 deletions

View File

@@ -398,7 +398,7 @@ def main(
# Resolve build context (CONFIG mode or DIRECT mode)
try:
ctx = resolve_config(cli_args, config_data, root_dir=root_dir)
ctx = resolve_config(cli_args, config_data)
except ValueError as e:
log_error(str(e))
raise typer.Exit(1)

View File

@@ -36,7 +36,7 @@ wheels = [
[[package]]
name = "browseros"
version = "0.29.0"
version = "0.0.1"
source = { editable = "." }
dependencies = [
{ name = "boto3" },