Skip to content

Commit 73b5ae1

Browse files
authored
Merge pull request moodlehq#167 from NeillM/hotfix/windows-app-deprecation
App fails to load on Windows using deprecated variable
2 parents 4703721 + 117b87e commit 73b5ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/moodle-docker-compose.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ IF NOT "%MOODLE_APP_VERSION%"=="" (
3838
ECHO Warning: MOODLE_APP_VERSION is deprecated, use MOODLE_DOCKER_APP_VERSION instead
3939

4040
IF "%MOODLE_DOCKER_APP_VERSION%"=="" (
41-
SET MOODLE_DOCKER_APP_VERSION="%MOODLE_APP_VERSION%"
41+
SET MOODLE_DOCKER_APP_VERSION=%MOODLE_APP_VERSION%
4242
)
4343
)
4444

0 commit comments

Comments
 (0)