diff --git a/source/dub/commandline.d b/source/dub/commandline.d index 31a36d4..a21db0e 100644 --- a/source/dub/commandline.d +++ b/source/dub/commandline.d @@ -863,7 +863,7 @@ class InitCommand : Command { private{ string m_templateType = "minimal"; - PackageFormat m_format = PackageFormat.json; + PackageFormat m_format = PackageFormat.sdl; bool m_nonInteractive; } this() @safe pure nothrow