Fix self update code path

This commit is contained in:
James Rowe 2019-12-08 20:12:54 -07:00
parent 76a77d3caf
commit d9d8b92cc4

View File

@ -31,7 +31,7 @@ export default {
// Update the updater if needed // Update the updater if needed
if (that.$root.config.new_tool) { if (that.$root.config.new_tool) {
this.$router.push('/install/updater/false') that.$router.push('/install/updater/false')
return return
} }