Skip to content

Commit

Permalink
Fixes linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestEckhardt committed Sep 10, 2024
1 parent 764188c commit c779f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environment.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package gogenerate

type GenerateEnvironment struct {
RunGoGenerate bool `env:BP_GO_GENERATE`
GoGenerateArgs string `env:BP_GO_GENERATE_ARGS`
GoGenerateFlags string `env:BP_GO_GENERATE_FLAGS`
RunGoGenerate bool `env:"BP_GO_GENERATE"`
GoGenerateArgs string `env:"BP_GO_GENERATE_ARGS"`
GoGenerateFlags string `env:"BP_GO_GENERATE_FLAGS"`
}

0 comments on commit c779f37

Please sign in to comment.