1
0
Fork 0
pull/3498/head
Douglas Greenshields 2014-12-03 13:25:25 +00:00
parent 2b7b605839
commit fac3e135e3
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ EOT
$latest = trim($this->rfs->getContents('getcomposer.org', $protocol . '://getcomposer.org/version', false));
if (Composer::VERSION !== $latest && Composer::VERSION !== '@package_version@') {
return '<warning>Your are not running the latest version</warning>';
return '<warning>You are not running the latest version</warning>';
}
return true;