Fix versions

This commit is contained in:
Vrganj 2021-01-14 20:32:06 +01:00
parent 11b2520189
commit 218fe8f023
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const versions = execFileSync(__dirname + '/../../lxc/versions')
.toString()
.toLowerCase()
.split('---')
.map(section => section.split('\n'))
.map(section => section.trim().split('\n'))
.filter(section => section.length >= 2);
function getVersion(language) {