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
189
189
190
190
``` sh
191
191
➜ ./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
193
193
➜
194
194
➜ ./registrar-cli zos-version get --network dev
195
195
5: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{
37
37
return err
38
38
}
39
39
40
- log .Info ().Msg ("farm is updated successfully" )
40
+ log .Info ().Msg ("zos version is updated successfully" )
41
41
42
42
return nil
43
43
},
You can’t perform that action at this time.
0 commit comments