Update expected callback name

This commit is contained in:
Kevin Sawicki 2014-01-14 10:45:51 -08:00
parent 848dc12f28
commit 76a5912126

View File

@ -22,4 +22,4 @@ module.exports = (grunt) ->
signApp = (callback) ->
cmd = 'codesign'
args = ['-f', '-v', '-s', 'Developer ID Application: GitHub', grunt.config.get('atom.shellAppDir')]
spawn {cmd, args}, (error) -> done(error)
spawn {cmd, args}, (error) -> callback(error)