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

chore: fix Warning typo

parent ed282117
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ function setNewValue(currentFileContent, upgrade) {
if (!newFileContent) {
logger.info(
{ currentFileContent, parsedContents, depType, depName, newVersion },
'Warniung: setNewValue error'
'Warning: setNewValue error'
);
return currentFileContent;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment