Skip to content

Commit 3473bbd

Browse files
author
Sowmiya Nagarajan
committed
Fixing stack-brew.py #39
1 parent 595d68a commit 3473bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brew/stack-brew.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
if service == 'kafka':
4848
COMPOSITION['services'][service]['environment']['KAFKA_ADVERTISED_HOST_NAME'] = ip
4949

50-
with open(installation_path+'docker-compose.yml', 'w') as outfile:
50+
with open(installation_path+'/docker-compose.yml', 'w') as outfile:
5151
yaml.dump(COMPOSITION, outfile, default_flow_style=False, indent=2)
5252

5353
if len(error_services) > 0:

0 commit comments

Comments
 (0)