diff options
author | Jason Chan <jason.chan@mongodb.com> | 2020-07-14 20:50:12 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-07-23 12:26:49 +0000 |
commit | 1c28b3cf02d42f3d3135560dddc43a851ccd801b (patch) | |
tree | 4549ad2cd3e19a0cec2483bc10c989805d297a78 /jstests/sharding/empty_cluster_init.js | |
parent | e1f9d520c85c65b1fcf1d3affb067e4935c04c71 (diff) | |
download | mongo-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.js | 2 |
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] // |