mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
Fix typo
This commit is contained in:
2
index.js
2
index.js
@@ -202,7 +202,7 @@ switch(params._[0]) {
|
|||||||
default: // Run monitor
|
default: // Run monitor
|
||||||
|
|
||||||
if (!params.M && os.totalmem() < 4294967296) {
|
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;
|
global.DRY_RUN = !!params.t;
|
||||||
|
Reference in New Issue
Block a user