summaryrefslogtreecommitdiff
path: root/src/mongo/tools/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/tools/SConscript')
-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',
],
)