mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Merge pull request #14004 from atom/ks-log-typo
Fix typo in logged message during build
This commit is contained in:
@@ -5,7 +5,7 @@ const path = require('path')
|
||||
const syncRequest = require('sync-request')
|
||||
|
||||
module.exports = function (downloadURL, destinationPath) {
|
||||
console.log(`Dowloading file from GitHub Repository to ${destinationPath}`)
|
||||
console.log(`Downloading file from GitHub Repository to ${destinationPath}`)
|
||||
const response = syncRequest('GET', downloadURL, {
|
||||
'headers': {'Accept': 'application/vnd.github.v3.raw', 'User-Agent': 'Atom Build'}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user