Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/packages/cli-repl/src/cli-repl.ts b/packages/cli-repl/src/cli-repl.ts 2index b00c52e1..7a096d6d 100644 3--- a/packages/cli-repl/src/cli-repl.ts 4+++ b/packages/cli-repl/src/cli-repl.ts 5@@ -159,7 +159,7 @@ export class CliRepl implements MongoshIOProvider { 6 this.config = { 7 userId: id, 8 telemetryAnonymousId: id, 9- enableTelemetry: true, 10+ enableTelemetry: false, 11 }; 12 13 this.getCryptLibraryPaths = options.getCryptLibraryPaths;