Skip to content

Commit

Permalink
Issue #26: Fix setup:replace aliases.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvargas committed Jan 10, 2018
1 parent b75dce9 commit 6804518
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 @@ -38,5 +38,5 @@ Available commands:
setup
setup:behat [setup:b|sb] Setup Behat.
setup:phpunit [setup:p|sp] Setup PHPUnit.
setup:replace [setup:p|sp] Replace configuration tokens in a text file.
setup:replace [setup:r|sr] Replace configuration tokens in a text file.
```
2 changes: 1 addition & 1 deletion src/Commands/SetupCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public function setupPhpunit(array $options = [
* @option source Source configuration file.
* @option destination Destination configuration file.
*
* @aliases setup:p,sp
* @aliases setup:r,sr
*
* @param array $options
*
Expand Down

0 comments on commit 6804518

Please sign in to comment.