From 93bf571de0df3650d46b7b5ff906664f953ccc68 Mon Sep 17 00:00:00 2001 From: Jorge Capona Date: Wed, 28 Oct 2020 19:09:31 -0300 Subject: [PATCH] lenght() -> length --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 061c780..540a281 100644 --- a/main.js +++ b/main.js @@ -116,7 +116,7 @@ async function main() { ]) } - if (targetArchitectures.length() != 0) { + if (targetArchitectures.length != 0) { for (targetArchitecture in targetArchitectures) { runDockerExecStep( "Add target architecture: " + targetArchitecture,