summaryrefslogtreecommitdiff
path: root/src/mongo/shell/servers.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/servers.js')
-rw-r--r--src/mongo/shell/servers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/servers.js b/src/mongo/shell/servers.js
index 68b4ce21251..e33a1a386e8 100644
--- a/src/mongo/shell/servers.js
+++ b/src/mongo/shell/servers.js
@@ -1462,7 +1462,7 @@ var _stopUndoLiveRecord = function(undoLiveRecordPid) {
if (undoReturnCode !== 0) {
throw new Error(
"Undo live-record failed to terminate correctly. This is likely a bug in Undo. " +
- "Please record any logs and send them to the #server-tig Slack channel");
+ "Please record any logs and send them to the #server-testing Slack channel");
}
};