Skip to content

Commit

Permalink
Merge pull request #167 from NeillM/hotfix/windows-app-deprecation
Browse files Browse the repository at this point in the history
App fails to load on Windows using deprecated variable
  • Loading branch information
stronk7 authored Jun 17, 2021
2 parents 4703721 + 117b87e commit 73b5ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/moodle-docker-compose.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IF NOT "%MOODLE_APP_VERSION%"=="" (
ECHO Warning: MOODLE_APP_VERSION is deprecated, use MOODLE_DOCKER_APP_VERSION instead

IF "%MOODLE_DOCKER_APP_VERSION%"=="" (
SET MOODLE_DOCKER_APP_VERSION="%MOODLE_APP_VERSION%"
SET MOODLE_DOCKER_APP_VERSION=%MOODLE_APP_VERSION%
)
)

Expand Down

0 comments on commit 73b5ae1

Please sign in to comment.