From 9a857288b7563d732d52fd78f1af12748a8d52fd Mon Sep 17 00:00:00 2001
From: Maarten de Waard <maarten@greenhost.nl>
Date: Wed, 6 May 2020 13:05:31 +0200
Subject: [PATCH] add forgotten comma

---
 openappstack/cluster.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openappstack/cluster.py b/openappstack/cluster.py
index f44e0911c..ebd014874 100644
--- a/openappstack/cluster.py
+++ b/openappstack/cluster.py
@@ -181,7 +181,7 @@ KUBECONFIG={secret_dir}/kube_config_cluster.yml
                 ip_address=self.ip_address,
                 hostname=self.hostname,
                 domain=self.domain,
-                local_flux=self.local_flux
+                local_flux=self.local_flux,
                 secret_dir=self.secret_dir
             ))
             log.info("Created %s", self.dotenv_file)
-- 
GitLab