File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ Zos Version command represents events on zos version on Threefold grid4
189189
190190``` sh
191191➜ ./registrar-cli zos-version update --network dev --version v0.1.8 --safe-to-upgrade --mnemonic < mnemonic>
192- 5:07PM INF farm is updated successfully
192+ 5:07PM INF zos version is updated successfully
193193➜
194194➜ ./registrar-cli zos-version get --network dev
1951955:07PM INF zosVersion={" safe_to_upgrade" :true," version" :" v0.1.8" }
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ var zosVersionUpdateCmd = &cobra.Command{
3737 return err
3838 }
3939
40- log .Info ().Msg ("farm is updated successfully" )
40+ log .Info ().Msg ("zos version is updated successfully" )
4141
4242 return nil
4343 },
You can’t perform that action at this time.
0 commit comments