summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2018-05-30 09:52:30 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2018-05-31 15:25:00 -0400
commit49b5b24fedb46de05a3e71cea0d29ed329a81f58 (patch)
treeed2a7a3e69d2f5a30f7cd0e5b60845bec854ff9b /buildscripts
parente04c894ccf84d60f7853a1b47bc5ef434984afe3 (diff)
downloadmongo-49b5b24fedb46de05a3e71cea0d29ed329a81f58.tar.gz
SERVER-35243 Rename mongoe to mongoed
(cherry picked from commit 8b4d58e36f38d22bedd1156453a1011d836a9982)
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/bypass_compile_and_fetch_binaries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/bypass_compile_and_fetch_binaries.py b/buildscripts/bypass_compile_and_fetch_binaries.py
index 9cad905c624..4bf307c8feb 100644
--- a/buildscripts/bypass_compile_and_fetch_binaries.py
+++ b/buildscripts/bypass_compile_and_fetch_binaries.py
@@ -269,7 +269,7 @@ def main(): # pylint: disable=too-many-locals,too-many-statements
extract_files = [
executable_name("dbtest"),
executable_name("mongobridge"),
- executable_name("mongoe"),
+ executable_name("mongoed"),
"build/integration_tests.txt",
]
with tarfile.open(filename, "r:gz") as tar: