Skip to content

Commit

Permalink
Merge pull request #27 from ec-europa/26-fix-setup-replace-aliases
Browse files Browse the repository at this point in the history
Issue #26: Fix setup:replace aliases.
  • Loading branch information
ademarco authored Jan 10, 2018
2 parents 9208f0e + 9bc3997 commit c49e4f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,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 c49e4f8

Please sign in to comment.