Обновить executor/di/hanlers.py
Test Actions / Builder (push) Successful in 8s

This commit is contained in:
2026-03-25 22:10:52 +03:00
parent 825802f648
commit ec8aa16893
+1 -1
View File
@@ -11,4 +11,4 @@ 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)
dictionary.register('git.config.set', handler_Git_Config_Set)