Skip to content

Commit 081771a

Browse files
committed
Fix docker instructions for web in downloads page
1 parent 14284c0 commit 081771a

5 files changed

Lines changed: 7 additions & 1 deletion

File tree

downloads-get-instructions.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555
break;
5656
case 'osx':
5757
case 'windows':
58-
$file = "{$options['osvariant']}";
58+
if($options['osvariant'] === "{$options['os']}-docker") {
59+
$file = "{$options['osvariant']}-{$options['usage']}";
60+
} else {
61+
$file = "{$options['osvariant']}";
62+
}
5963
break;
6064
}
6165

File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
linux-docker-web-community.php
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
linux-docker-web-community.php

0 commit comments

Comments
 (0)