We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9986be0 commit 580fb85Copy full SHA for 580fb85
scripts/update-demo.py
@@ -28,6 +28,7 @@ def update_demo(
28
typer.secho(f"Updating demo project at {demo_path=}.", fg="yellow")
29
with work_in(demo_path):
30
require_clean_and_up_to_date_repo()
31
+ git("checkout", "develop")
32
cruft.update(
33
project_dir=demo_path,
34
template_path=REPO_FOLDER,
0 commit comments