mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-08 16:26:25 -04:00
Fixed typo
This commit is contained in:
parent
c45de775e8
commit
cafd39265e
1 changed files with 2 additions and 2 deletions
|
|
@ -121,11 +121,11 @@ def get_top_level_commands(root_command, cmd_list)
|
|||
return commands, flags_def, case_string
|
||||
end
|
||||
|
||||
def format_script(root_command, subcommands, funciton_name)
|
||||
def format_script(root_command, subcommands, function_name)
|
||||
top_level_commands, top_level_args, state_case = get_top_level_commands(root_command, subcommands)
|
||||
|
||||
script = """
|
||||
function #{funciton_name} () {
|
||||
function #{function_name} () {
|
||||
|
||||
#{top_level_commands}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue