Merge pull request #8864 from filecoin-project/fix/shed-user-version

feat: shed: report the "user version"
This commit is contained in:
Łukasz Magiera 2022-06-15 14:15:24 +02:00 committed by GitHub
commit 427efb57f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ func main() {
app := &cli.App{ app := &cli.App{
Name: "lotus-shed", Name: "lotus-shed",
Usage: "A place for all the lotus tools", Usage: "A place for all the lotus tools",
Version: build.BuildVersion, Version: build.UserVersion(),
Commands: local, Commands: local,
Flags: []cli.Flag{ Flags: []cli.Flag{
&cli.StringFlag{ &cli.StringFlag{