diff --git a/executor/di/hanlers.py b/executor/di/hanlers.py index c648cc5..1b35f39 100644 --- a/executor/di/hanlers.py +++ b/executor/di/hanlers.py @@ -10,3 +10,5 @@ from executor.proto.git import ( def register(dictionary): dictionary.register('git.config.get', handler_Git_Config_Get) + dictionary.register('git.config.list', handler_Git_Config_List) + dictionary.register('git.config.get', handler_Git_Config_Set)