From 7e6979236e26af3d377d44f7fe007fe1b6696682 Mon Sep 17 00:00:00 2001 From: probablycorey Date: Thu, 20 Jun 2013 16:26:17 -0700 Subject: [PATCH] :bug: --- Gruntfile.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index af816ef66..dc779222f 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -171,8 +171,7 @@ module.exports = (grunt) -> grunt.registerTask 'update-atom-shell', 'Update atom-shell', -> done = @async() - commands.push (callback) -> - spawn cmd: 'script/update-atom-shell', (error) -> done(error) + spawn cmd: 'script/update-atom-shell', (error) -> done(error) grunt.registerTask 'test', 'Run the specs', -> done = @async()