Merge pull request #552 from LemonBoy/develop-uri
Don't prepend file:// twice
This commit is contained in:
commit
f7373e03d5
1 changed files with 1 additions and 2 deletions
|
|
@ -942,8 +942,7 @@ proc developFromDir(dir: string, options: Options) =
|
|||
writeNimbleLink(nimbleLinkPath, nimbleLink)
|
||||
|
||||
# Save a nimblemeta.json file.
|
||||
saveNimbleMeta(pkgDestDir, "file://" & dir, vcsRevisionInDir(dir),
|
||||
nimbleLinkPath)
|
||||
saveNimbleMeta(pkgDestDir, dir, vcsRevisionInDir(dir), nimbleLinkPath)
|
||||
|
||||
# Save the nimble data (which might now contain reverse deps added in
|
||||
# processDeps).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue