Skip to content

Commit

Permalink
cmd/utils: expand tilde in --jspath (#22900)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient authored May 18, 2021
1 parent 088da24 commit b3a1fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -675,10 +675,10 @@ var (
}

// ATM the url is left to the user and deployment to
JSpathFlag = cli.StringFlag{
JSpathFlag = DirectoryFlag{
Name: "jspath",
Usage: "JavaScript root path for `loadScript`",
Value: ".",
Value: DirectoryString("."),
}

// Gas price oracle settings
Expand Down

0 comments on commit b3a1fda

Please sign in to comment.