Skip to content

Commit

Permalink
Fix insight sensiolabs breakline
Browse files Browse the repository at this point in the history
  • Loading branch information
byjg committed Jul 19, 2016
1 parent d227e42 commit 050851e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Example:
```bash
composer global require 'byjg/migration=1.0.*'
sudo ln -s $HOME/.composer/vendor/bin/migrate /usr/local/bin
```
```
2 changes: 1 addition & 1 deletion scripts/migrate
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ $application = new Application('Migrate Script by JG', '1.0.2');
$application->add(new \ByJG\DbMigration\Console\ResetCommand());
$application->add(new \ByJG\DbMigration\Console\UpCommand());
$application->add(new \ByJG\DbMigration\Console\DownCommand());
$application->run();
$application->run();

0 comments on commit 050851e

Please sign in to comment.