Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 503b72a

Browse files
author
sjuul
committed
removed spaces
1 parent 0796fe9 commit 503b72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/modules/dockercompose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def service_remove(path, service_name):
984984
del services[service_name]
985985
return __dump_compose_file(path, compose_result,
986986
'Service {0} is removed from {1}'.format(service_name, path),
987-
already_existed = True)
987+
already_existed=True)
988988

989989

990990
def service_set_tag(path, service_name, tag):

0 commit comments

Comments
 (0)