From 496e49a5b989eb32d4b7ac16b8ddd74ff3bae14e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 26 Aug 2014 15:10:43 -0700 Subject: [PATCH] Use correct process name on Linux --- build/Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index 6b1dae4a8..c9749a392 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -60,7 +60,7 @@ module.exports = (grunt) -> contentsDir = shellAppDir appDir = path.join(shellAppDir, 'resources', 'app') installDir ?= process.env.INSTALL_PREFIX ? '/usr/local' - killCommand ='pkill -9 Atom' + killCommand ='pkill -9 atom' coffeeConfig = glob_to_multiple: