mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47023 from rallytime/bp-46997
Back-port #46997 to 2018.3
This commit is contained in:
commit
68d17c71f1
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