Skip to content

Commit 96f96b8

Browse files
committed
Fixes issue #9284
1 parent a403f9c commit 96f96b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscli/alias.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def _get_global_parameters_to_update(self, parsed_alias_args):
257257
if parsed_param in self.UNSUPPORTED_GLOBAL_PARAMETERS:
258258
raise InvalidAliasException(
259259
f'Global parameter "--{parsed_param}" detected in alias '
260-
f'"{self._alias_name}" which is not support in '
260+
f'"{self._alias_name}" which is not supported in '
261261
'subcommand aliases.'
262262
)
263263
else:

0 commit comments

Comments
 (0)