Skip to content

Commit

Permalink
match the API with how blank directory is handled (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman authored Jan 29, 2024
1 parent 434dfd7 commit 4103fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/model/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Job struct {
type Source struct {
Provider string `json:"provider" yaml:"provider,omitempty"`
Repo string `json:"repo" yaml:"repo,omitempty"`
Directory string `json:"directory" yaml:"directory,omitempty"`
Directory string `json:"directory,omitempty" yaml:"directory,omitempty"`
Directories []string `json:"directories,omitempty" yaml:"directories,omitempty"`
Branch string `json:"branch,omitempty" yaml:"branch,omitempty"`
Commit string `json:"commit,omitempty" yaml:"commit,omitempty"`
Expand Down

0 comments on commit 4103fac

Please sign in to comment.