Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Sep 15, 2020
1 parent 24d3276 commit c4f1c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loguepkg/extend.nim
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ proc extension*(name: seq[string]) =
var output: string
var errC: int
if fileExists(nimbleFile):
(output, errC) = (nimbleFile, 0)
(output, errC) = (nimbleFile.parentDir, 0)
else:
(output, errC) = execCmdEx("nimble path prologue")
if errC == 0:
Expand Down

0 comments on commit c4f1c2f

Please sign in to comment.