Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: Guillem Bonet <[email protected]>
  • Loading branch information
Guillembonet committed Oct 17, 2023
1 parent 9d7e4c6 commit e10d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
// Build builds the service
func Build() error {
if os.Getenv("GITHUB_CI") == "" {
mg.Deps(ci.Swag)
mg.Deps(Swag)
mg.Deps(Generate)
} else {
fmt.Println("Skipping swagger generation in CI environment")
Expand Down

0 comments on commit e10d0a6

Please sign in to comment.