Skip to content

Commit

Permalink
Remove unneded call
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <mattalord@gmail.com>
  • Loading branch information
mattlord committed Jan 1, 2025
1 parent 4465813 commit a9136a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/cmd/vtctldclient/command/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ var (
Args: cobra.ExactArgs(2),
PreRunE: func(cmd *cobra.Command, args []string) error {
if VtctldClientProtocol != "local" {
cli.FinishedParsing(cmd)
return fmt.Errorf("The WriteTopologyPath command can only be used with --server=%s", useInternalVtctld)
}
return nil
Expand Down

0 comments on commit a9136a0

Please sign in to comment.