Skip to content

Commit

Permalink
[BUGFIX] Correct input option
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 6, 2022
1 parent 4fb8cad commit fb4ea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/Version/SetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function configure()
$this->setDefinition(
new InputDefinition([
new InputArgument('version', InputArgument::REQUIRED),
new InputOption('dev', InputOption::VALUE_NONE)
new InputOption('dev', null, InputOption::VALUE_NONE)
])
);
}
Expand Down

0 comments on commit fb4ea18

Please sign in to comment.