mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Fix linter error
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user