app name
This commit is contained in:
parent
f3ca0d1f46
commit
5a2cf1c60c
@ -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 []
|
||||
|
||||
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user