Skip to content

Commit

Permalink
Merge pull request #16 from madmadmad/andrewmenich-patch-1
Browse files Browse the repository at this point in the history
Fix post-install script
  • Loading branch information
Andrew Menich authored Jan 27, 2020
2 parents 4de4dd7 + 591d039 commit 0b52339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "madhouse/craft-starter",
"description": "A Craft CMS boilerplate.",
"version": "1.1.1",
"version": "1.1.2",
"authors": [
{
"name": "Madhouse",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\"
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}

0 comments on commit 0b52339

Please sign in to comment.