Merge pull request #25 from jroweboy/fix

Fix self update code path
This commit is contained in:
bunnei 2019-12-08 22:27:32 -05:00 committed by GitHub
commit 93e24ea06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}