Skip to content

Commit cc0ada2

Browse files
Fix missing ampersand
1 parent 1583739 commit cc0ada2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN php /tmp/extensions-skins.php "extensions" "/tmp/extensions.yaml"
118118
# Apply patch for UploadedFile.php
119119
RUN set -x; \
120120
cd $MW_HOME/includes/libs/ParamValidator/Util \
121-
git apply /tmp/uploadedFileChanges.patch
121+
&& git apply /tmp/uploadedFileChanges.patch
122122

123123
# Patch composer
124124
RUN set -x; \

0 commit comments

Comments
 (0)