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:
parent
d1429a5a66
commit
15f7654d79
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user