From 97008f90c4dabc11c2ccd9c364c2c9ec180df712 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 17 Oct 2016 15:19:00 +0200 Subject: [PATCH] =?UTF-8?q?tech(build):=20semic=C3=B6l=C3=B6ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9496ccd163c..50ac332d894 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,9 +13,9 @@ module.exports = function (grunt) { }; if (grunt.option('arch')) { - config.arch = grunt.option('arch') + config.arch = grunt.option('arch'); } else { - config.arch = os.arch() + config.arch = os.arch(); if (process.platform.match(/^win/)) { config.arch = process.env.hasOwnProperty('ProgramFiles(x86)') ? 'x64' : 'x86';