Skip to content

Commit

Permalink
constant for settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
simisoft-exo committed Oct 11, 2024
1 parent 3767467 commit f49d529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dbaas_external_integration_settings_update.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (c *dbaasExternalIntegrationSettingsUpdateCmd) cmdPreRun(cmd *cobra.Command

func (c *dbaasExternalIntegrationSettingsUpdateCmd) cmdRun(cmd *cobra.Command, args []string) error {
switch c.Type {
case "datadog":
case ExternalEndpointTypeDatadog:
return c.updateDatadog(cmd, args)
default:
return fmt.Errorf("unsupported updating external integration settings for type %q", c.Type)
Expand Down

0 comments on commit f49d529

Please sign in to comment.