diff --git a/src/browser/auto-update-manager.es6 b/src/browser/auto-update-manager.es6 index de82a6d11..b036ec2df 100644 --- a/src/browser/auto-update-manager.es6 +++ b/src/browser/auto-update-manager.es6 @@ -14,7 +14,7 @@ const UpdateAvailableState = 'update-available'; const NoUpdateAvailableState = 'no-update-available'; const UnsupportedState = 'unsupported'; const ErrorState = 'error'; -const preferredChannel = 'nylas-mail' +const preferredChannel = 'stable' export default class AutoUpdateManager extends EventEmitter {