summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-23 11:37:50 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-08-23 11:37:50 +0100
commitf031197a57cb8ff67f7454de6ee8a56a27f91d69 (patch)
tree9445006f2469b8163f7b0e0930c7d744e2f16d33
parent493d34935bea7313e8d0b753ffacc3a49fc6ea22 (diff)
downloadclod-f031197a57cb8ff67f7454de6ee8a56a27f91d69.tar.gz
Also show deleting settings
-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())