Skip to content

Commit

Permalink
Fixes docker-compose files not being copied once. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
pingers authored Aug 7, 2018
1 parent 8157adf commit b0bde53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ public function updateShepherdScaffoldFiles()
$packagePath,
$projectPath,
[
'docker-compose.yml',
'docker-compose.linux.yml',
'docker-compose.osx.yml',
'dsh_proxy.conf',
'RoboFile.php',
'drush/config-ignore.yml',
Expand Down

0 comments on commit b0bde53

Please sign in to comment.