1
0
Fork 0

Clarify error message to sound less scary until we can guarantee it

pull/1249/head
Jordi Boggiano 2012-10-23 10:53:17 +02:00
parent f204314538
commit ad9f887edd
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,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 may be due to a temporary glitch or a man-in-the-middle attack. Please report this.</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 if please report it if it persists.</warning>');
}
$this->cache->write($cacheKey, $encoded);