mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
removed spaces
This commit is contained in:
parent
0796fe9df5
commit
503b72a8d1
@ -984,7 +984,7 @@ def service_remove(path, service_name):
|
|||||||
del services[service_name]
|
del services[service_name]
|
||||||
return __dump_compose_file(path, compose_result,
|
return __dump_compose_file(path, compose_result,
|
||||||
'Service {0} is removed from {1}'.format(service_name, path),
|
'Service {0} is removed from {1}'.format(service_name, path),
|
||||||
already_existed = True)
|
already_existed=True)
|
||||||
|
|
||||||
|
|
||||||
def service_set_tag(path, service_name, tag):
|
def service_set_tag(path, service_name, tag):
|
||||||
|
Loading…
Reference in New Issue
Block a user