mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix respository (=> repository) typo in sls_build
This typo looks to have been introduced with 64aa4fb
and would affect
anyone relying on the deprecated "name" attribute.
This commit is contained in:
parent
12ecfdee93
commit
c2c60f4ffc
1 changed files with 1 additions and 1 deletions
|
@ -6787,7 +6787,7 @@ def sls_build(repository,
|
|||
'The \'name\' argument to docker.sls_build has been deprecated, '
|
||||
'please use \'repository\' instead.'
|
||||
)
|
||||
respository = name
|
||||
repository = name
|
||||
|
||||
create_kwargs = __utils__['args.clean_kwargs'](**copy.deepcopy(kwargs))
|
||||
for key in ('image', 'name', 'cmd', 'interactive', 'tty'):
|
||||
|
|
Loading…
Add table
Reference in a new issue