lib/camping/commands.rb in camping-3.1.3 vs lib/camping/commands.rb in camping-3.2.0
- old
+ new
@@ -314,13 +314,11 @@
end
# write a config.kdl
def make_configkdl
write 'config.kdl', <<-KDL
-# config.kdl
-hostname {
- default "localhost"
-}
+// config.kdl
+hostname "localhost"
KDL
end
# write a Gemfile
def make_gemfile