Skip to content

Commit

Permalink
added todo for git init
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian-S-Dev committed Feb 13, 2024
1 parent 89eb442 commit 28b4b34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/app/crud/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def is_initialized():

def initialize():
Path(REPO_PATH).mkdir(exist_ok=True)
# TODO git reop init - git config user and email
state = State(
version="0.0.1",
modules=ALL_MODULES,
Expand Down

0 comments on commit 28b4b34

Please sign in to comment.