From bf49330d2c4dff42c447f72a2be68daf78ff9a2f Mon Sep 17 00:00:00 2001 From: shinriyo Date: Tue, 20 Mar 2018 11:39:56 +0900 Subject: [PATCH] for a sense of unity. another is .nimble. so I modified. --- src/nimble.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nimble.nim b/src/nimble.nim index f51f7fd..dab343c 100644 --- a/src/nimble.nim +++ b/src/nimble.nim @@ -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)