Skip to content

Commit

Permalink
Write error
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed Apr 19, 2016
1 parent fb5d53f commit 05b4b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VersionsCheckPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function activate(Composer $composer, IOInterface $io)
));
}
if ('@package_version@' === Composer::VERSION) {
$io->write('<warning>You are running an unstable version of composer.'
$io->writeError('<warning>You are running an unstable version of composer.'
.' The sllh/composer-versions-check plugin might not works as expected.</warning>');
}

Expand Down

0 comments on commit 05b4b82

Please sign in to comment.