0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-46129 Correct function variable naming

This commit is contained in:
Mathew Robinson 2020-02-28 13:16:42 -05:00 committed by Evergreen Agent
parent d1429a5a66
commit 15f7654d79

View File

@ -57,7 +57,7 @@ def _install_action_function(_env, node):
}
def _mkdir_action_function(_env, node):
def _mkdir_action_function(env, node):
return {
"outputs": get_outputs(node),
"rule": "CMD",