update notification

This commit is contained in:
kepler155c@gmail.com 2020-04-30 22:13:03 -06:00
parent fd61416750
commit fae7596182
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if fs.exists('.opus_version') then
Config.update('version', config) Config.update('version', config)
print('New version available') print('New version available')
if _ENV.multishell then if _ENV.multishell then
shell.openForegroundTab('Version') shell.openForegroundTab('sys/apps/Version.lua')
end end
end end
end end