diff --git a/gitcreate.py b/gitcreate.py
index 316072595bf552b452f6188e3ecd09916c04786f..1f2036369a9c8d55975831d902fabbb30b0a9084 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']