From fe8a2251cd86047821644600fb69afcc1ce623c5 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Tue, 19 Sep 2017 10:40:07 +0200 Subject: [PATCH] add missing semicolon --- features/support/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/support/env.js b/features/support/env.js index 3090fc708..979507f68 100644 --- a/features/support/env.js +++ b/features/support/env.js @@ -45,7 +45,7 @@ module.exports = function () { this.OSRM_PORT = process.env.OSRM_PORT && parseInt(process.env.OSRM_PORT) || 5000; this.HOST = 'http://127.0.0.1:' + this.OSRM_PORT; - this.OSRM_PROFILE = process.env.OSRM_PROFILE + this.OSRM_PROFILE = process.env.OSRM_PROFILE; if (this.PLATFORM_WINDOWS) { this.TERMSIGNAL = 9;