Skip to content

Commit

Permalink
Fix spin command
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <adam2392@gmail.com>
  • Loading branch information
adam2392 committed Oct 12, 2023
1 parent 207a6a1 commit 9d514f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .spin/cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def setup_submodule(forcesubmodule=False):
@click.option("-j", "--jobs", help="Number of parallel tasks to launch", type=int)
@click.option("--clean", is_flag=True, help="Clean build directory before build")
@click.option(
"--forcesubmodule", is_flag=False, help="Force submodule pull.", envvar="FORCE_SUBMODULE"
"--forcesubmodule", is_flag=True, help="Force submodule pull.", envvar="FORCE_SUBMODULE"
)
@click.option("-v", "--verbose", is_flag=True, help="Print all build output, even installation")
@click.argument("meson_args", nargs=-1)
Expand Down

0 comments on commit 9d514f2

Please sign in to comment.