Skip to content

Commit

Permalink
Merge pull request #23 from gocodebox/dev
Browse files Browse the repository at this point in the history
Release 4.4
  • Loading branch information
brianhogg authored Sep 9, 2024
2 parents f36ae97 + c8c5d26 commit 02b2eef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
LifterLMS Tests Changelog
=========================

v4.4 - 2024-09-09
-------------------

+ Fixing E2E tests docker compose command.

v4.3 - 2024-04-05
-------------------

Expand Down
2 changes: 1 addition & 1 deletion bin/llms-env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMPOSE_OVERRIDE="./docker-compose.yml"
FILE_OPT="-f $COMPOSE_MAIN";
[ -f "$COMPOSE_OVERRIDE" ] && FILE_OPT="-f $COMPOSE_OVERRIDE $FILE_OPT"

DOCKER_CMD="docker-compose --env-file $ENV_FILE $FILE_OPT"
DOCKER_CMD="docker compose --env-file $ENV_FILE $FILE_OPT"

HELP_OPTIONS_HELP=$'-h, --help\n Display this help message'

Expand Down

0 comments on commit 02b2eef

Please sign in to comment.