diff options
author | Andrew Morrow <acm@mongodb.com> | 2018-08-17 13:50:21 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2018-08-19 11:36:05 -0400 |
commit | 388da0d9181a638160a5b2cfe6b8c8aa8e54314f (patch) | |
tree | 67b3d708246a72d8705a6960020da421fdc10d1c /src/mongo/tools/SConscript | |
parent | f19a83eb8aedfe11dc2ac7ac454f3eb51b5a86cb (diff) | |
download | mongo-388da0d9181a638160a5b2cfe6b8c8aa8e54314f.tar.gz |
SERVER-36733 Clarify names for embedded install tags
Diffstat (limited to 'src/mongo/tools/SConscript')
-rw-r--r-- | src/mongo/tools/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/tools/SConscript b/src/mongo/tools/SConscript index f2226009f85..e65cbc2c209 100644 --- a/src/mongo/tools/SConscript +++ b/src/mongo/tools/SConscript @@ -47,7 +47,7 @@ mongoebench = yamlEnv.Program( '$BUILD_DIR/mongo/util/signal_handlers', ], INSTALL_ALIAS=[ - 'mobile-test', + 'embedded-test', 'tools', ], ) |