Skip to content

Commit

Permalink
fix for 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Menduist committed Dec 14, 2022
1 parent e52ab6d commit a09af50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2p.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ task install_pinned, "Reads the lockfile":
# Remove the automatically installed deps
# (inefficient you say?)
let nimblePkgs =
if dirExists("nimbledeps/pkgs"): "nimbledeps/pkgs"
if system.dirExists("nimbledeps/pkgs"): "nimbledeps/pkgs"
else: "nimbledeps/pkgs2"
for dependency in listDirs(nimblePkgs):
let filename = dependency.extractFilename
Expand Down

0 comments on commit a09af50

Please sign in to comment.