Skip to content

Commit

Permalink
Fix build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
yiszza committed Sep 10, 2023
1 parent 7cefa57 commit 9249317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IconPacksGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ await Cli.Wrap("git")

private static async Task UpdateIcons()
{
await UpdateIcons(Paths.FeatherIconPath, "master", "icons/");
await UpdateIcons(Paths.FeatherIconPath, "main", "icons/");
await UpdateIcons(Paths.FontAwesomeIconPath, "6.x", "metadata/icons.json");
await UpdateIcons(Paths.IonicIconPath, "main", "src/svg/");
await UpdateIcons(
Expand Down

0 comments on commit 9249317

Please sign in to comment.