Typo in awscli/customizations/emr/emrfsutils.py
Confirm by changing [ ] to [x] below to ensure that it's a bug:
- [x] I've gone though the User Guide and the API reference
- [x] I've searched for previous similar issues and didn't find any solution
Describe the bug
There is a typo in awscli/customizations/emr/emrfsutils.py:
def build_emrfs_confiuration(emrfs_args):
IIUC that should be configuration, not confiuration.
The same typo is propagated in awscli/customizations/emr/createcluster.py:
emrfs_configuration = emrfsutils.build_emrfs_confiuration(
SDK version number
Platform/OS/Hardware/Device What are you running the cli on?
To Reproduce (observed behavior) Steps to reproduce the behavior
Expected behavior A clear and concise description of what you expected to happen.
Logs/output
Get full traceback and error logs by adding --debug to the command.
Additional context Add any other context about the problem here.
Noted, @kokkonisd, thanks for catching that! We'll see if we can correct and alias the existing function name to keep backwards compatibility.