Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ben1009 authored and ti-chi-bot committed Jun 23, 2021
1 parent 283ec73 commit d547e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client_changefeed.go
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ func newCreateChangefeedCyclicCommand() *cobra.Command {

cfg := config.GetDefaultReplicaConfig()
if len(configFile) > 0 {
if err := verifyReplicaConfig(serverConfigFilePath, "TiCDC server", cfg); err != nil {
if err := verifyReplicaConfig(configFile, "TiCDC changefeed", cfg); err != nil {
return err
}
}
Expand Down

0 comments on commit d547e74

Please sign in to comment.