Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Dec 20, 2024
1 parent e5213fa commit d18261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ func (cmd *command) parseSect(section string) (sectType, error) {

func (cmd *command) parseSectDocker(sect string) (sectType, error) {
switch sect {
case "docker endpoint config":
case "docker endpoint config", "experimental":
return sectNone, nil
}
return sectNone, fmt.Errorf("unknown doctl section %q", sect)
Expand Down

0 comments on commit d18261e

Please sign in to comment.