aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.57k stars 4.13k forks source link

Typo in awscli/customizations/emr/emrfsutils.py #6155

Open kokkonisd opened 3 years ago

kokkonisd commented 3 years ago

Confirm by changing [ ] to [x] below to ensure that it's a bug:

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.

kdaily commented 3 years ago

Noted, @kokkonisd, thanks for catching that! We'll see if we can correct and alias the existing function name to keep backwards compatibility.