Skip to content

Commit

Permalink
Fix typo in flare site input
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoine96 authored and clamoriniere committed May 20, 2020
1 parent da445fa commit 64d5a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-datadog/flare/flare.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (o *options) complete(cmd *cobra.Command, args []string) error {
}

if ddSite == "" {
ddSite, err = common.AskForInput("Please enter your Datatod site [us/eu] (default us): ")
ddSite, err = common.AskForInput("Please enter your Datatog site [us/eu] (default us): ")
if err != nil {
return err
}
Expand Down

0 comments on commit 64d5a8f

Please sign in to comment.