aboutsummaryrefslogtreecommitdiffstats
path: root/examples/apply-config
diff options
context:
space:
mode:
Diffstat (limited to 'examples/apply-config')
-rw-r--r--examples/apply-config10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/apply-config b/examples/apply-config
index 343fe81..408be12 100644
--- a/examples/apply-config
+++ b/examples/apply-config
@@ -1,5 +1,5 @@
-((prison (name "foobar")
- (base "14.0-RELEASE-base")
- (packages ())
- (commands ())
- (replicas 3)))
+#(((name . "foobar")
+ (base . "14.0-RELEASE-base")
+ (packages . #())
+ (commands . #())
+ (replicas . 3)))