Skip to content

Commit

Permalink
registry: support persistent real version
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSingee committed Nov 10, 2023
1 parent 1fbfa2a commit 9f0c015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tools/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (o *installOneOptions) install() (*installResult, error) {
return nil, err
}

result := &installResult{version: o.version}
result := &installResult{version: version.Version}

osKey := binkey.GetCurrentBinKey()

Expand Down

0 comments on commit 9f0c015

Please sign in to comment.