From be0954dcd1404d435cfdc05ca47dd309db1dc15e Mon Sep 17 00:00:00 2001
From: Dylan Peiry <dylan.peiry@etu.hesge.ch>
Date: Wed, 16 Dec 2020 13:57:40 +0100
Subject: [PATCH] fix(gitcreate.py) visibility arg

---
 gitcreate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitcreate.py b/gitcreate.py
index 3160725..1f20363 100755
--- a/gitcreate.py
+++ b/gitcreate.py
@@ -56,7 +56,7 @@ def read_args(args: dict):
     :return:
     """
     Config.METHOD = args['m']
-    Config.PUBLIC = args['v']
+    Config.VISIBILITY = args['v']
     Config.NAME = args['n']
 
 
-- 
GitLab