Skip to content

Commit

Permalink
fix: nethermind installation destination (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolmin authored Jul 18, 2024
1 parent 72c7d28 commit fc40bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/clients/nethermind.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (n *NethermindClient) Install(url string, isUpdate bool) (err error) {
}
}

err = installAndExtractFromURL(url, n.name, clientDepsFolder, zipFormat, isUpdate)
err = installAndExtractFromURL(url, n.name, nethermindFolder, zipFormat, isUpdate)
if err != nil {
return
}
Expand Down

0 comments on commit fc40bd3

Please sign in to comment.