Skip to content

Commit

Permalink
#33
Browse files Browse the repository at this point in the history
  • Loading branch information
ufasoli committed Jul 27, 2020
1 parent acac1c5 commit 3ba2ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ var genCmd = &cobra.Command{
var env []string

if Verbose {
env = append(env, "Verbose=1")
env = append(env, "VERBOSE=1")
} else {
env = append(env, "Verbose=0")
env = append(env, "VERBOSE=0")
}

if delEmptyLines {
Expand Down

0 comments on commit 3ba2ca8

Please sign in to comment.