aboutsummaryrefslogtreecommitdiff
path: root/omnia.lua
diff options
context:
space:
mode:
Diffstat (limited to 'omnia.lua')
-rw-r--r--omnia.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/omnia.lua b/omnia.lua
index 460b174..a494368 100644
--- a/omnia.lua
+++ b/omnia.lua
@@ -1,7 +1,7 @@
-- This is myrepo omnia configuration
INFO("Using myrepo")
-Repository "myrepo" "http://cynerd.cz/myrepo/omnia/" {
+Repository("myrepo", "http://cynerd.cz/myrepo/omnia/", {
priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub"
-}
+})
-Install "myrepo-cert" {critical=true}
+Install("myrepo-cert", {critical=true})