[#835] neofs-adm: rename contract update method

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
Evgenii Stratonikov 2021-09-30 18:11:35 +03:00 committed by Alex Vanin
parent f2a61451b7
commit 4ccb3d05d8
2 changed files with 9 additions and 7 deletions

View file

@ -13,7 +13,7 @@ func updateContracts(cmd *cobra.Command, _ []string) error {
return fmt.Errorf("initialization error: %w", err)
}
if err := wCtx.deployContracts("migrate"); err != nil {
if err := wCtx.deployContracts(updateMethodName); err != nil {
return err
}