Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fitz7 committed Apr 29, 2024
1 parent 5cd1e22 commit d012ee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ type Projects []Project

// NewProject returns a new project composed with the default parameters.
func NewProject(name string) (p Project) {

defaults.MustSet(&p)
p.Name = name

Expand Down

0 comments on commit d012ee0

Please sign in to comment.