diff --git a/src/Runner.php b/src/Runner.php index e52754983..b1c740fdb 100644 --- a/src/Runner.php +++ b/src/Runner.php @@ -11,7 +11,7 @@ class Runner { - const VERSION = '0.3.4'; + const VERSION = '0.3.5'; const ROBOCLASS = 'RoboFile'; const ROBOFILE = 'RoboFile.php'; @@ -96,7 +96,7 @@ protected function createCommand($taskName) protected function initRoboFile() { - file_put_contents(self::ROBOFILE, "output->writeln(self::ROBOFILE . " created"); }