copy pasta mistake

This commit is contained in:
Paul Betts
2014-10-15 11:29:55 -07:00
committed by Kevin Sawicki
parent 63d9edcc40
commit 0d6253555b

View File

@@ -15,9 +15,10 @@ class AutoUpdater
quitAndInstall: ->
updateDotExe = path.join(path.dirName(process.execPath), '..', 'update.exe')
unless fs.existsSync(updateDotExe)
console.log 'Running developer or Chocolatey version of Atom, skipping'
return
unless fs.existsSync(updateDotExe)
console.log 'Running developer or Chocolatey version of Atom, skipping'
return
updateOutput = ""
ps = new BufferedProcess