1
0
Fork 0

Merge remote-tracking branch 'bamarni/patch-4'

pull/1280/head
Jordi Boggiano 2012-10-28 20:17:02 +01:00
commit abe3f2d28f
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ class ComposerRepository extends ArrayRepository implements NotifiableRepository
}
// TODO throw SecurityException and abort once we are sure this can not happen accidentally
$this->io->write('<warning>The contents of '.$filename.' do not match its signature, this is most likely due to a temporary glitch but could indicate a man-in-the-middle attack. Try running composer again and if please report it if it persists.</warning>');
$this->io->write('<warning>The contents of '.$filename.' do not match its signature, this is most likely due to a temporary glitch but could indicate a man-in-the-middle attack. Try running composer again and please report it if it still persists.</warning>');
}
$this->cache->write($cacheKey, $encoded);