Skip to content

Commit

Permalink
Fix #975
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Aug 4, 2021
1 parent aeb87e0 commit 1f2940c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export/php%.zip: docker-images
# The console runtime
export/console.zip: layers/console/bootstrap
rm -f export/console.zip
cd layers/console && zip ../../export/console.zip bootstrap
cd layers/console && zip ../../export/console.zip bootstrap breftoolbox.php

# Build Docker images
docker-images:
Expand Down

0 comments on commit 1f2940c

Please sign in to comment.