Skip to content

Commit

Permalink
make output command copy+paste-able
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 16, 2024
1 parent ed58ab1 commit b8a2d0f
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 @@ -83,7 +83,7 @@ build_all_profiles() {

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

Expand Down

0 comments on commit b8a2d0f

Please sign in to comment.