Skip to content

Commit 09cf3c9

Browse files
{rdbms} Fix typo in help text for --allow-push argument in GitHub action parameters (#31721)
1 parent a53db05 commit 09cf3c9

File tree

1 file changed

+1
-1
lines changed
  • src/azure-cli/azure/cli/command_modules/rdbms

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/rdbms/_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ def _flexible_server_params(command_group):
931931
c.argument('action_name', options_list=['--action-name'], help='The name of the github action')
932932
c.argument('repository', options_list=['--repo'], help='The name of your github username and repository e.g., Azure/azure-cli ')
933933
c.argument('branch', options_list=['--branch'], help='The name of the branch you want upload github action file. The default will be your current branch.')
934-
c.argument('allow_push', default=False, options_list=['--allow-push'], arg_type=get_three_state_flag(), help='Push the action yml file to the remote repository. The changes will be pushed to origin repository, speicified branch or current branch if not specified.')
934+
c.argument('allow_push', default=False, options_list=['--allow-push'], arg_type=get_three_state_flag(), help='Push the action yml file to the remote repository. The changes will be pushed to origin repository, specified branch or current branch if not specified.')
935935

936936
with self.argument_context('{} flexible-server deploy run'.format(command_group)) as c:
937937
c.argument('action_name', options_list=['--action-name'], help='The name of the github action')

0 commit comments

Comments
 (0)