Skip to content

Commit

Permalink
Merge 82c3bcb into f6fdbfd
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Jul 9, 2023
2 parents f6fdbfd + 82c3bcb commit be269e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/reference_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func updateOrCreateMeshURL(rc *ReferenceConfig) {
panic(fmt.Sprintf("Mesh mode enabled, Triple protocol expected but %v protocol found!", rc.Protocol))
}
if rc.ProvidedBy == "" {
panic(fmt.Sprintf("Mesh mode enabled, provided-by should not be empty!"))
panic("Mesh mode enabled, provided-by should not be empty!")
}

podNamespace := getEnv(constant.PodNamespaceEnvKey, constant.DefaultNamespace)
Expand Down

0 comments on commit be269e8

Please sign in to comment.