Skip to content

Commit

Permalink
fixed invalid option mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ofbeaton committed Aug 5, 2016
1 parent a359d28 commit 4a36abd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/PingCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ protected function configure()

$this->addOption(
'no-replication',
null,
InputOption::VALUE_NONE,
'Do not check replication status'
);
Expand Down

0 comments on commit 4a36abd

Please sign in to comment.