summaryrefslogtreecommitdiff
path: root/examples/change-setting.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/change-setting.lua')
-rw-r--r--examples/change-setting.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/change-setting.lua b/examples/change-setting.lua
index 3dd646e..0317bce 100644
--- a/examples/change-setting.lua
+++ b/examples/change-setting.lua
@@ -22,6 +22,7 @@ end
conf.settings.project.name = "Clod"
conf.settings.project.head = "refs/heads/master"
conf.settings.project.description = "Demonstration of settings"
+conf.settings.other.thing = nil
io.stdout:write(conf:serialise())