From d9d8b92cc49b6543555940fa8db0dc3be710e90c Mon Sep 17 00:00:00 2001 From: James Rowe Date: Sun, 8 Dec 2019 20:12:54 -0700 Subject: [PATCH] Fix self update code path --- ui/src/views/DownloadConfig.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/views/DownloadConfig.vue b/ui/src/views/DownloadConfig.vue index 57a6732..47a7297 100644 --- a/ui/src/views/DownloadConfig.vue +++ b/ui/src/views/DownloadConfig.vue @@ -31,7 +31,7 @@ export default { // Update the updater if needed if (that.$root.config.new_tool) { - this.$router.push('/install/updater/false') + that.$router.push('/install/updater/false') return }