Fix lint error

This commit is contained in:
Nathan Sobo
2016-04-11 14:30:25 -06:00
parent 91b0726c9e
commit 38fdbac450

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