Skip to content

Commit 1e1660a

Browse files
committed
small newline fix
1 parent 3785e12 commit 1e1660a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layersbox

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,7 @@ def update_adapter(config, service_directory, service_name):
583583

584584
# copy nginx.adapted.conf into container
585585
#TODO: run the whole script directly from python
586-
subprocess.check_output([join(layersbox_src,"add_nginx_conf.sh"),
587-
service_name])
586+
subprocess.check_output([join(layersbox_src,"add_nginx_conf.sh"), service_name])
588587

589588
# send the adapter the HUP kill signal
590589
subprocess.check_output(["docker", "kill", '--signal="HUP"', "adapter"])

0 commit comments

Comments
 (0)