Skip to content
Snippets Groups Projects
Commit 5a8c9f57 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

logs: info not warn for no rollback

parent 0c71862a
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ function getRollbackUpdate(config, versions) { ...@@ -16,7 +16,7 @@ function getRollbackUpdate(config, versions) {
); );
// istanbul ignore if // istanbul ignore if
if (!lessThanVersions.length) { if (!lessThanVersions.length) {
logger.warn( logger.info(
{ packageFile, depName, currentVersion }, { packageFile, depName, currentVersion },
'Missing version has nothing to roll back to' 'Missing version has nothing to roll back to'
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment