Skip to content

Commit 2e5433a

Browse files
committed
fix typo
1 parent de71642 commit 2e5433a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

registrar-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
195195
5:07PM INF zosVersion={"safe_to_upgrade":true,"version":"v0.1.8"}

registrar-cli/cmd/zos_version_update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)