This commit is contained in:
probablycorey
2013-06-20 16:26:17 -07:00
parent e72c48607b
commit 7e6979236e

View File

@@ -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()