Skip to content

Commit

Permalink
fix: TypeError on local quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Apr 20, 2022
1 parent 658d695 commit 82c9dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutor/commands/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def local(context: click.Context) -> None:


@click.command(help="Configure and run Open edX from scratch")
@compose.mount_option
@click.option("-I", "--non-interactive", is_flag=True, help="Run non-interactively")
@click.option("-p", "--pullimages", is_flag=True, help="Update docker images")
@click.pass_context
Expand Down

0 comments on commit 82c9dbc

Please sign in to comment.