Skip to content

Commit

Permalink
BUG Fix reference to non-existant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Oct 6, 2015
1 parent 5747378 commit f805e81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/Release/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ protected function fire() {
$changelogs->run($this->input, $this->output);

// Output completion
$output->writeln("<info>Success!</info> Release has been updated.");
$output->writeln("Please check the changes made by this command, and run <info>cow release:publish</info>");
$this->output->writeln("<info>Success!</info> Release has been updated.");
$this->output->writeln("Please check the changes made by this command, and run <info>cow release:publish</info>");
}

/**
Expand Down

0 comments on commit f805e81

Please sign in to comment.