Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-bauder authored Sep 20, 2024
1 parent f43b9cc commit 5fa01bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN unzip -q /var/www/html/themes/theme-thedaily-v1.5.zip -d /var/www/html/theme

#Fix Bulk Export until we can upgrade to the newest version
RUN rm /var/www/html/modules/BulkExport/src/Traits/ListTermsTrait.php
COPY ./ListTermsTrait.php /var/www/html/modules/BulkExport/src/Trait/
COPY ./ListTermsTrait.php /var/www/html/modules/BulkExport/src/Traits/

COPY ./robots.txt /var/www/html/
COPY ./google4399bb9e69fcbe34.html /var/www/html/
Expand Down

0 comments on commit 5fa01bc

Please sign in to comment.