Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 15, 2016
1 parent 5c90250 commit 39ddbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/CommitsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function actionDoBump()
$first = true;
foreach ($history as $tag => $value) {
if (substr($tag, 0, strlen($this->_version)) === $this->_version) {
throw new InvalidParamException('Version already there: ' . $this->version);
throw new InvalidParamException('Version already there: ' . $this->_version);
}
if ($first) {
$first = false;
Expand Down

0 comments on commit 39ddbc3

Please sign in to comment.