Skip to content

Commit

Permalink
remove not required comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianczech committed Mar 8, 2024
1 parent 95e1e1d commit dcb22b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/commands/codegen/codegen.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ func (c *Command) Execute() error {
}
}

// Copy assets (static files)
if err = generate.CopyAssets(config); err != nil {
return fmt.Errorf("error copying assets %s", err)
}
Expand Down

0 comments on commit dcb22b2

Please sign in to comment.