mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-08 17:21:47 +00:00
cmd/utils: expand tilde in --jspath (#22900)
This commit is contained in:
parent
088da24ebf
commit
b3a1fda650
1 changed files with 2 additions and 2 deletions
|
|
@ -675,10 +675,10 @@ var (
|
||||||
}
|
}
|
||||||
|
|
||||||
// ATM the url is left to the user and deployment to
|
// ATM the url is left to the user and deployment to
|
||||||
JSpathFlag = cli.StringFlag{
|
JSpathFlag = DirectoryFlag{
|
||||||
Name: "jspath",
|
Name: "jspath",
|
||||||
Usage: "JavaScript root path for `loadScript`",
|
Usage: "JavaScript root path for `loadScript`",
|
||||||
Value: ".",
|
Value: DirectoryString("."),
|
||||||
}
|
}
|
||||||
|
|
||||||
// Gas price oracle settings
|
// Gas price oracle settings
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue