Skip to content
Snippets Groups Projects
Commit be0954dc authored by dylan.peiry's avatar dylan.peiry
Browse files

fix(gitcreate.py) visibility arg

parent 9d6c81fb
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ def read_args(args: dict): ...@@ -56,7 +56,7 @@ def read_args(args: dict):
:return: :return:
""" """
Config.METHOD = args['m'] Config.METHOD = args['m']
Config.PUBLIC = args['v'] Config.VISIBILITY = args['v']
Config.NAME = args['n'] Config.NAME = args['n']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment