From dddd34837a02513057973022326df0bd2674e451 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= <Talip-Baris.Metin@sophia.inria.fr> Date: Fri, 9 Jul 2010 19:43:55 +0200 Subject: [PATCH] NodeUpdate -> nodeupdate --- module-tools.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index 907fe3d6..940e4b5b 100755 --- a/module-tools.py +++ b/module-tools.py @@ -19,7 +19,8 @@ RENAMED_SVN_MODULES = { "BootstrapFS": "bootstrapfs", "MyPLC": "myplc", "CoDemux": "codemux", - "NodeManager": "nodemanager" + "NodeManager": "nodemanager", + "NodeUpdate": "nodeupdate" } def svn_to_git_name(module): -- 2.47.0