Skip to content

Commit

Permalink
fix: remove lock file before updating app data
Browse files Browse the repository at this point in the history
  • Loading branch information
raymond-u committed Mar 16, 2024
1 parent b1e5d96 commit ec67e8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lungo_cli/commands/up.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ def main(
"""
app_manager().process_args(config_dir, dev, quiet, verbosity, force_init)
app_manager().load_config_and_plugins()
app_manager().update_app_data()

container().set_preferred_tool(container_tool)

if remove_lock:
file_utils().remove(storage().lock_file)

app_manager().update_app_data()
container().set_preferred_tool(container_tool)

if build_only:
with console().status(
"Building containers (could take a few minutes, depending on the internet connection)..."
Expand Down

0 comments on commit ec67e8f

Please sign in to comment.