Fix versions
This commit is contained in:
parent
11b2520189
commit
218fe8f023
|
@ -8,7 +8,7 @@ const versions = execFileSync(__dirname + '/../../lxc/versions')
|
||||||
.toString()
|
.toString()
|
||||||
.toLowerCase()
|
.toLowerCase()
|
||||||
.split('---')
|
.split('---')
|
||||||
.map(section => section.split('\n'))
|
.map(section => section.trim().split('\n'))
|
||||||
.filter(section => section.length >= 2);
|
.filter(section => section.length >= 2);
|
||||||
|
|
||||||
function getVersion(language) {
|
function getVersion(language) {
|
||||||
|
|
Loading…
Reference in New Issue