Skip to content

Commit

Permalink
remove outdated --update argument
Browse files Browse the repository at this point in the history
  • Loading branch information
schlawg authored Dec 7, 2024
1 parent d51107a commit e2a618a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ build_all_profiles() {
}

run_ui_build() {
ARGS=(--update --clean --debug $@)
ARGS=(--clean --debug $@)
echo "Running ./ui/build with args: ${ARGS[@]}"
docker compose run --rm ui /lila/ui/build "${ARGS[@]}"
}
Expand Down

0 comments on commit e2a618a

Please sign in to comment.