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,