Skip to content

Commit

Permalink
Fix Git repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jan 3, 2023
1 parent 787502b commit 0b30c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def add_to_failures(plugin):


if os.environ.get("PROD", "false") == "true":
repo = git.Repo("Config")
repo = git.Repo(config_dir)
if repo.is_dirty(untracked_files=True):
repo.git.add(all=True)
repo.git.commit(message="Deploying to builds")
Expand Down

0 comments on commit 0b30c88

Please sign in to comment.