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:
Luke Carrier 2018-04-10 19:24:19 +01:00 committed by rallytime
parent 12ecfdee93
commit c2c60f4ffc
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -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'):