mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add missing /d argument
This commit is contained in:
@@ -85,7 +85,7 @@ updatePath = (callback) ->
|
||||
|
||||
console.log 'updating'
|
||||
console.log segments.join(';')
|
||||
args = ['add', environmentKeyPath, '/v', 'Path', segments.join(';'), '/f']
|
||||
args = ['add', environmentKeyPath, '/v', 'Path', '/d', segments.join(';'), '/f']
|
||||
spawnReg(args, callback)
|
||||
|
||||
exports.spawn = spawnUpdate
|
||||
|
||||
Reference in New Issue
Block a user