lenght() -> length

This commit is contained in:
Jorge Capona 2020-10-28 19:09:31 -03:00
parent 59463d3e77
commit 93bf571de0
No known key found for this signature in database
GPG key ID: 2705768F429E3888

View file

@ -116,7 +116,7 @@ async function main() {
])
}
if (targetArchitectures.length() != 0) {
if (targetArchitectures.length != 0) {
for (targetArchitecture in targetArchitectures) {
runDockerExecStep(
"Add target architecture: " + targetArchitecture,