Skip to content

Commit

Permalink
Fix iconset title spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
shindgewongxj authored Sep 9, 2024
1 parent 9ec3315 commit e33d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def generate_json(folder_path, repo_name, branch_name):
icons.sort(key=lambda x: x['name'].lower())

return {
"name": f"WHATSINStach {folder_name.capitalize()}",
"name": f"WHATSINStash {folder_name.capitalize()}",
"description": f"{folder_name.capitalize()} iconset",
"icons": icons
}
Expand Down

0 comments on commit e33d1dd

Please sign in to comment.