Skip to content

Commit

Permalink
fix: set generate back to false
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Aug 11, 2023
1 parent cd17c4b commit 050414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glamour_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
generate = true
generate = false
markdown = "testdata/readme.markdown.in"
testFile = "testdata/readme.test"
)
Expand Down

0 comments on commit 050414c

Please sign in to comment.