Commit b2089d46 authored by Graham Campbell's avatar Graham Campbell

Derp fix

parent 5d0be591
......@@ -68,7 +68,7 @@ class NewCommand extends Command
protected function verifyApplicationDoesntExist($directory, OutputInterface $output)
{
if (is_dir($directory)) {
throw new RuntimeException('Application already exists!</error>');
throw new RuntimeException('Application already exists!');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment