This commit is contained in:
jr-k 2024-05-27 15:43:33 +02:00
parent f3ca0d1f46
commit 5a2cf1c60c
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ class GitUpdater(ObPlugin):
return 'git_updater'
def use_title(self):
return 'Git Updater'
return 'Git Updater (for system wide installations)'
def use_variables(self) -> List[Variable]:
return []

View File

@ -12,7 +12,6 @@ from src.model.enum.HookType import HookType
class Application:
def __init__(self, project_dir: str):
self._project_dir = project_dir
self._stop_event = threading.Event()