1
0
Fork 0

Fix typo in validate command

pull/931/head
Jordi Boggiano 2012-07-18 18:33:21 +02:00
parent a2a2f4af59
commit 5777aa8087
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ EOT
$manifest['version'] = '1.0.0'; $manifest['version'] = '1.0.0';
} }
if (!isset($manifest['name'])) { if (!isset($manifest['name'])) {
$manifest['version'] = 'dummy/dummy'; $manifest['name'] = 'dummy/dummy';
} }
$loader->load($manifest); $loader->load($manifest);
} catch (\Exception $e) { } catch (\Exception $e) {