summaryrefslogtreecommitdiff
path: root/jstests/sharding/empty_cluster_init.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2020-07-14 20:50:12 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-07-23 12:26:49 +0000
commit1c28b3cf02d42f3d3135560dddc43a851ccd801b (patch)
tree4549ad2cd3e19a0cec2483bc10c989805d297a78 /jstests/sharding/empty_cluster_init.js
parente1f9d520c85c65b1fcf1d3affb067e4935c04c71 (diff)
downloadmongo-1c28b3cf02d42f3d3135560dddc43a851ccd801b.tar.gz
SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts"
Diffstat (limited to 'jstests/sharding/empty_cluster_init.js')
-rw-r--r--jstests/sharding/empty_cluster_init.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/empty_cluster_init.js b/jstests/sharding/empty_cluster_init.js
index 6a67d8abfee..612cabd1df1 100644
--- a/jstests/sharding/empty_cluster_init.js
+++ b/jstests/sharding/empty_cluster_init.js
@@ -4,7 +4,7 @@
// version initialization.
//
// This test manually starts routers with the latest binary which can't connect to config server
-// nodes using the last-stable binary because their wire versions are incompatible.
+// nodes using the last-lts binary because their wire versions are incompatible.
// @tags: [multiversion_incompatible]
//