Skip to content

Commit 80f3c8b

Browse files
authored
Merge pull request #45 from strangest-quark/master
Fixing stack-brew.py #39
2 parents 69776cc + 3473bbd commit 80f3c8b

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)