1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Merge pull request #1282 from WilliamDEdwards/fix/or-typo

Fix typo
This commit is contained in:
Massimo Candela
2024-04-06 10:38:08 +02:00
committed by GitHub

View File

@ -202,7 +202,7 @@ switch(params._[0]) {
default: // Run monitor
if (!params.M && os.totalmem() < 4294967296) {
throw new Error("You need 4GB or RAM to run BGPalerter");
throw new Error("You need 4GB of RAM to run BGPalerter");
}
global.DRY_RUN = !!params.t;