Skip to content

Commit

Permalink
Error: network flag --etna-devnet is not supported. use one of --local
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Dec 6, 2024
1 parent f409eb0 commit cc07b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/commands/etna.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func AddEtnaSubnetValidatorToCluster(
if clusterName != "" {
cmd.Args = append(cmd.Args, "--cluster", clusterName)
} else {
cmd.Args = append(cmd.Args, "--etna-devnet")
cmd.Args = append(cmd.Args, "--local")
}
if nodeEndpoint != "" {
cmd.Args = append(cmd.Args, "--node-endpoint", nodeEndpoint)
Expand Down

0 comments on commit cc07b2b

Please sign in to comment.