for a sense of unity.

another is .nimble. so I modified.
This commit is contained in:
shinriyo 2018-03-20 11:39:56 +09:00 committed by GitHub
commit bf49330d2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -724,7 +724,7 @@ proc init(options: Options) =
validatePackageName(nimbleFile.changeFileExt(""))
if existsFile(os.getCurrentDir() / nimbleFile):
raise newException(NimbleError, "Nimble file already exists.")
raise newException(NimbleError, ".nimble file already exists.")
display("Using", "$# for new package name" % [pkgName.escape()],
priority = HighPriority)