Skip to content

Commit

Permalink
fix to Robofile
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Aug 4, 2016
1 parent 4ba9712 commit f82b673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ public function generateTask($className, $wrapperClassName = "")
public function release($opts = ['beta' => false])
{
$this->yell("Releasing Robo");
$stable = true;
if ($opts['beta']) {
$stable = false;
$this->say('non-stable release');
}



$releaseDescription = $this->ask("Description of Release\n");

$this->docs();
Expand Down

0 comments on commit f82b673

Please sign in to comment.