mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
set opts.version after getting version from package.json (#39038)
This commit is contained in:
parent
e3c11d2682
commit
792fa63725
@ -45,6 +45,8 @@ func RunCmd() int {
|
||||
return logError("Error opening package json", err)
|
||||
}
|
||||
|
||||
opts.version = packageJSON.Version
|
||||
|
||||
version, iteration := LinuxPackageVersion(packageJSON.Version, opts.buildID)
|
||||
|
||||
if opts.printGenVersion {
|
||||
|
Loading…
Reference in New Issue
Block a user