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)