Fix `nimble init` nimscript format.

This commit is contained in:
Dominik Picheta 2015-11-07 16:20:08 +00:00
commit 207f1bd63c

View file

@ -924,12 +924,12 @@ proc init(options: Options) =
version = "1.0.0"
author = $1
description = ""
description = "New Nimble project for Nim"
license = "MIT"
# Dependencies
requires "nim >= "0.11.2"
requires "nim >= 0.11.2"
""" % guessAuthor().escape()
close(outFile)
else: