From a61723d2fbdd509323deb27bb1a90dce125d2ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 11 Feb 2019 20:22:26 +0100 Subject: personal-pkgs-repo: fix previous commit --- personal-pkgs-repo/files/updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'personal-pkgs-repo/files') diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index f7ac375..4993750 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -20,7 +20,7 @@ if animal ~= "hbd" and animal ~= "hbk" then DIE("Unsupported branch for pernal-pkgs: " .. tostring(animal)) end -Repository("personal-pkgs", "https://cynerd.cz/repo/turris/" .. animal .. "/" .. animal .. "/" .. board, { +Repository("personal-pkgs", "https://cynerd.cz/repo/turris/" .. animal .. "/" .. board, { pubkey = "file:///etc/updater/keys/personal-pkgs.pub", ocsp = false }) -- cgit v1.2.3