forked from TrueCloudLab/frostfs-node
[#835] neofs-adm: rename contract update method
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
f2a61451b7
commit
4ccb3d05d8
2 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue