Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDEdwards committed Mar 27, 2024
1 parent 6241ca6 commit 64b8e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 64b8e1c

Please sign in to comment.