From 11b35ecb269c5fca73608f9c5f992330ce33194f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 23 Nov 2020 19:01:48 +0100 Subject: updater.lua: add support for hbt --- updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3