Skip to content

Commit

Permalink
added flags
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanjl committed Sep 30, 2024
1 parent e405df5 commit 158563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/driver/operator/cli_driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ type respTxQuery struct {

func (o *OperatorCLIDriver) SubmitMigrationProposal(ctx context.Context, activationHeight, migrationDuration *big.Int) ([]byte, error) {
var res display.TxHashResponse
err := o.runCommand(ctx, &res, "migrate", "propose", "activation-period", activationHeight.String(), "duration", migrationDuration.String())
err := o.runCommand(ctx, &res, "migrate", "propose", "--activation-period", activationHeight.String(), "--duration", migrationDuration.String())
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 158563c

Please sign in to comment.