Merge pull request #250 from euantorano/patch-1
Fix spelling mistake of "initial".
This commit is contained in:
commit
dba301f33b
1 changed files with 1 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ proc init(options: Options) =
|
|||
raise newException(NimbleError, "Nimble file already exists.")
|
||||
|
||||
# Ask for package version.
|
||||
let pkgVersion = promptCustom("Enter intial version of package", "0.1.0")
|
||||
let pkgVersion = promptCustom("Enter initial version of package", "0.1.0")
|
||||
validateVersion(pkgVersion)
|
||||
|
||||
# Ask for package author
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue