diff --git a/src/Commands/Release/Release.php b/src/Commands/Release/Release.php
index 8839420..051789f 100644
--- a/src/Commands/Release/Release.php
+++ b/src/Commands/Release/Release.php
@@ -67,8 +67,8 @@ protected function fire() {
$changelogs->run($this->input, $this->output);
// Output completion
- $output->writeln("Success! Release has been updated.");
- $output->writeln("Please check the changes made by this command, and run cow release:publish");
+ $this->output->writeln("Success! Release has been updated.");
+ $this->output->writeln("Please check the changes made by this command, and run cow release:publish");
}
/**