Skip to content

Commit

Permalink
Update generate-theme.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb authored Aug 16, 2024
1 parent 20d4990 commit 850527f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/generate-theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
try:
data = json.loads(cleaned_issue_body)

name = data['name'].replace(' ', '-')
name = data['name'].replace(' ', '-').lower()
image_url = data['image']
style_url = data['style']
config_url = data['config']
Expand Down

0 comments on commit 850527f

Please sign in to comment.