Skip to content

Commit

Permalink
fix: GLAMOUR_STYLE not GLAMOUR_THEME
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani committed Apr 4, 2022
1 parent ba6d160 commit fb06921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (m *Meta) Parse(header string) (*Meta, bool) {
}

func defaultTheme() string {
theme := os.Getenv("GLAMOUR_THEME")
theme := os.Getenv("GLAMOUR_STYLE")
if theme == "" {
return "default"
}
Expand Down

0 comments on commit fb06921

Please sign in to comment.