From b5a2b16781f6302c461871be1cb31d2f5bf19ba4 Mon Sep 17 00:00:00 2001 From: Baris Metin Date: Wed, 13 Apr 2011 17:32:52 -0400 Subject: [PATCH] renamed Monitor to monitor in git --- module-tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index 81465617..e7c17c16 100755 --- a/module-tools.py +++ b/module-tools.py @@ -21,7 +21,8 @@ RENAMED_SVN_MODULES = { "MyPLC": "myplc", "CoDemux": "codemux", "NodeManager": "nodemanager", - "NodeUpdate": "nodeupdate" + "NodeUpdate": "nodeupdate", + "Monitor": "monitor" } def svn_to_git_name(module): -- 2.47.0