From 95bd51e2fbdb7fc0fdb9033a94471da79f4bbd6c Mon Sep 17 00:00:00 2001 From: Thomas Rueckstiess Date: Mon, 27 Jun 2016 13:02:09 -0400 Subject: [PATCH] INT-1576 fix update button --- src/auto-update/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto-update/index.js b/src/auto-update/index.js index 8c243d28b40..357579e80b6 100644 --- a/src/auto-update/index.js +++ b/src/auto-update/index.js @@ -23,7 +23,7 @@ var NotificationUpdateAvailable = View.extend({ template: indexTemplate, events: { 'click a[data-hook=cancel]': 'cancel', - 'click a[data-hook=install-update]': 'installUpdate' + 'click a[data-hook=confirm]': 'installUpdate' }, initialize: function() { ipc.on('app:checking-for-update', function() {