Fix condition

This commit is contained in:
Sam Carlton 2022-12-17 13:52:36 -06:00
parent 4a7c613dca
commit 74926f1cd4

View file

@ -14,7 +14,7 @@ const runScans = false
;(async () => {
// Disable on linux (server environments)
if ( runScans && isLinux() ) return
if ( !runScans && isLinux() ) return
// await scanNewAppsAsBrowser()
// http://localhost:3000/