We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595d68a commit 3473bbdCopy full SHA for 3473bbd
1 file changed
brew/stack-brew.py
@@ -47,7 +47,7 @@
47
if service == 'kafka':
48
COMPOSITION['services'][service]['environment']['KAFKA_ADVERTISED_HOST_NAME'] = ip
49
50
- with open(installation_path+'docker-compose.yml', 'w') as outfile:
+ with open(installation_path+'/docker-compose.yml', 'w') as outfile:
51
yaml.dump(COMPOSITION, outfile, default_flow_style=False, indent=2)
52
53
if len(error_services) > 0:
0 commit comments