summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--updater.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.lua b/updater.lua
index 602abe9..ffd4b60 100644
--- a/updater.lua
+++ b/updater.lua
@@ -18,7 +18,7 @@ if mode and mode ~= "branch" then
WARN("Only branch mode allowed for personal-pkgs, used: " .. tostring(mode))
return
end
-if animal ~= "hbd" and animal ~= "hbl" and animal ~= "hbk" then
+if animal ~= "hbd" and animal ~= "hbl" and animal ~= "hbk" and animal ~= "hbt" then
WARN("Unsupported branch for personal-pkgs: " .. tostring(animal))
return
end