From 06ccf06d076ae40d677681633d2d728815453750 Mon Sep 17 00:00:00 2001 From: sdc50 Date: Tue, 3 Dec 2024 20:05:22 -0700 Subject: [PATCH] fix quickstart (#1126) --- tethys_cli/start_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tethys_cli/start_commands.py b/tethys_cli/start_commands.py index 616212d64..b4b4b19b8 100644 --- a/tethys_cli/start_commands.py +++ b/tethys_cli/start_commands.py @@ -111,6 +111,7 @@ def quickstart_command(args): services_file=None, quiet=True, no_sync_stores=False, + update_installed=False, ) install_command(app_install_args)