From 3473bbd0d949a9af5a5c2edaf3ac1b193dfc9a7a Mon Sep 17 00:00:00 2001 From: Sowmiya Nagarajan Date: Sun, 29 Mar 2020 14:31:53 +0530 Subject: [PATCH] Fixing stack-brew.py #39 --- brew/stack-brew.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew/stack-brew.py b/brew/stack-brew.py index 015f151..a32e8ad 100644 --- a/brew/stack-brew.py +++ b/brew/stack-brew.py @@ -47,7 +47,7 @@ if service == 'kafka': COMPOSITION['services'][service]['environment']['KAFKA_ADVERTISED_HOST_NAME'] = ip - with open(installation_path+'docker-compose.yml', 'w') as outfile: + with open(installation_path+'/docker-compose.yml', 'w') as outfile: yaml.dump(COMPOSITION, outfile, default_flow_style=False, indent=2) if len(error_services) > 0: