Skip to content

Commit

Permalink
Update command/operator_scheduler_set_config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schurter <mschurter@hashicorp.com>
  • Loading branch information
jrasell and schmichael committed May 18, 2022
1 parent 9b942d9 commit cf3f426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/operator_scheduler_set_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (o *OperatorSchedulerSetConfig) Run(args []string) int {
// user configuration onto.
resp, _, err := client.Operator().SchedulerGetConfiguration(nil)
if err != nil {
o.Ui.Error(fmt.Sprintf("Error querying for Autopilot configuration: %s", err))
o.Ui.Error(fmt.Sprintf("Error querying for scheduler configuration: %s", err))
return 1
}
schedulerConfig := resp.SchedulerConfig
Expand Down

0 comments on commit cf3f426

Please sign in to comment.