summaryrefslogtreecommitdiff
path: root/src/mongo/tools
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2018-08-17 13:50:21 -0400
committerAndrew Morrow <acm@mongodb.com>2018-08-19 11:36:05 -0400
commit388da0d9181a638160a5b2cfe6b8c8aa8e54314f (patch)
tree67b3d708246a72d8705a6960020da421fdc10d1c /src/mongo/tools
parentf19a83eb8aedfe11dc2ac7ac454f3eb51b5a86cb (diff)
downloadmongo-388da0d9181a638160a5b2cfe6b8c8aa8e54314f.tar.gz
SERVER-36733 Clarify names for embedded install tags
Diffstat (limited to 'src/mongo/tools')
-rw-r--r--src/mongo/tools/SConscript2
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',
],
)