forked from TrueCloudLab/frostfs-node
[#1] Fix version output for all compiled binaries
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
89a0266f5e
commit
406ff1360f
5 changed files with 5 additions and 5 deletions
|
@ -39,7 +39,7 @@ func main() {
|
|||
flag.Parse()
|
||||
|
||||
if *versionFlag {
|
||||
fmt.Print(misc.BuildInfo("NeoFS Inner Ring node"))
|
||||
fmt.Print(misc.BuildInfo("FrostFS Inner Ring node"))
|
||||
|
||||
os.Exit(SuccessReturnCode)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue