cmd/utils: expand tilde in --jspath (#22900)

pull/22906/head
lightclient 3 years ago committed by GitHub
parent 088da24ebf
commit b3a1fda650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      cmd/utils/flags.go

@ -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…
Cancel
Save