Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
darkalchemy committed Feb 15, 2020
1 parent 9f3e17d commit d2605a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"composer dump-autoload -o"
],
"post-create-project-cmd": [
"php -r \"copy('config/settings.example.php', 'config/settins.php');\""
"php -r \"copy('config/settings.example.php', 'config/settings.php');\""
],
"migrate": [
"vendor/bin/phinx migrate -c config/phinx.php -e default --ansi"
Expand Down

0 comments on commit d2605a6

Please sign in to comment.