Skip to content

Commit

Permalink
fix: toolbinary -> tool (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored Jan 23, 2025
1 parent f368351 commit 32d18fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ type Build struct {
Builder string `yaml:"builder,omitempty" json:"builder,omitempty" jsonschema:"enum=,enum=go,enum=rust,enum=zig,enum=bun,enum=deno,enum=prebuilt"`
ModTimestamp string `yaml:"mod_timestamp,omitempty" json:"mod_timestamp,omitempty"`
Skip string `yaml:"skip,omitempty" json:"skip,omitempty" jsonschema:"oneof_type=string;boolean"`
GoBinary string `yaml:"gobinary,omitempty" json:"gobinary,omitempty"` // Deprecated: use [ToolBinary].
GoBinary string `yaml:"gobinary,omitempty" json:"gobinary,omitempty"` // Deprecated: use [Tool].
Tool string `yaml:"tool,omitempty" json:"tool,omitempty"`
Command string `yaml:"command,omitempty" json:"command,omitempty"`
NoUniqueDistDir string `yaml:"no_unique_dist_dir,omitempty" json:"no_unique_dist_dir,omitempty" jsonschema:"oneof_type=string;boolean"`
Expand Down

0 comments on commit 32d18fa

Please sign in to comment.