Skip to content

Commit fb06921

Browse files
committed
fix: GLAMOUR_STYLE not GLAMOUR_THEME
1 parent ba6d160 commit fb06921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/meta/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func (m *Meta) Parse(header string) (*Meta, bool) {
8282
}
8383

8484
func defaultTheme() string {
85-
theme := os.Getenv("GLAMOUR_THEME")
85+
theme := os.Getenv("GLAMOUR_STYLE")
8686
if theme == "" {
8787
return "default"
8888
}

0 commit comments

Comments
 (0)