Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/config.py')
-rw-r--r--devbot/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/devbot/config.py b/devbot/config.py
index 513fe10..0f76644 100644
--- a/devbot/config.py
+++ b/devbot/config.py
@@ -33,6 +33,7 @@ class Module:
self.name = info["name"]
self.repo = info["repo"]
self.branch = info.get("branch", "master")
+ self.tag = info.get("tag", None)
self.auto_install = info.get("auto-install", False)
self.options = info.get("options", [])