From 76bcf8e644dda1b7cc3331a51d0762d9dc75943d Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Mon, 19 Mar 2018 15:34:06 +0100 Subject: fix linting error --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index 9c1f94f18..897943a85 100644 --- a/src/index.js +++ b/src/index.js @@ -51,7 +51,7 @@ if (isSecondInstance) { // Fix Unity indicator issue // https://github.com/electron/electron/issues/9046 if (isLinux && ['Pantheon', 'Unity:Unity7'].indexOf(process.env.XDG_CURRENT_DESKTOP) !== -1) { - process.env.XDG_CURRENT_DESKTOP = 'Unity' + process.env.XDG_CURRENT_DESKTOP = 'Unity'; } // Initialize Settings -- cgit v1.2.3-70-g09d2