Fix linter error

This commit is contained in:
Nathan Sobo
2016-04-11 15:13:20 -06:00
parent 95adf16160
commit 77657aca0d

View File

@@ -63,7 +63,8 @@ module.exports = (grunt) ->
url: sourceUrl
headers: {
'User-Agent': 'Atom Signing Key build task',
'Accept': 'application/vnd.github.VERSION.raw' }
'Accept': 'application/vnd.github.VERSION.raw'
}
}
request(options)
.pipe(fs.createWriteStream(targetPath))