Quotes path in download instruction.
This commit is contained in:
parent
7e4b657118
commit
0badfe563e
|
@ -64,7 +64,7 @@ proc suggestDownloadTool(config: CodexConf) =
|
||||||
|
|
||||||
let tokens = [
|
let tokens = [
|
||||||
"cirdl",
|
"cirdl",
|
||||||
$config.circuitDir,
|
"\"" & $config.circuitDir & "\"",
|
||||||
config.ethProvider,
|
config.ethProvider,
|
||||||
$address
|
$address
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue