Skip to content

Commit c5da4dc

Browse files
committed
fix: Resolve issue with missing double quote escape characters in generated markdown
1 parent 8d8127f commit c5da4dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

generate_profile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generate_repo_list() {
2929
}
3030

3131
# Start README file with header
32-
echo "<div align=\"center\"><a href="https://stormsoftware.com" target="_blank"><picture><source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/social-1280x640-dark.gif"><source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/social-1280x640-light.gif"><img src="https://public.storm-cdn.com/storm-software/social-1280x640-dark.gif" width="100%" alt="Storm Software" /></picture></a></div>" >profile/README.md
32+
echo "<div align=\"center\"><a href=\"https://stormsoftware.com\" target=\"_blank\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://public.storm-cdn.com/storm-software/social-1280x640-dark.gif\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://public.storm-cdn.com/storm-software/social-1280x640-light.gif\"><img src=\"https://public.storm-cdn.com/storm-software/social-1280x640-dark.gif\" width=\"100%\" alt=\"Storm Software\" /></picture></a></div>" >profile/README.md
3333
echo "" >>profile/README.md
3434
echo "<br /><div align=\"center\"><b><a href=\"https://stormsoftware.com\" target=\"_blank\">Website</a><span>&nbsp;&nbsp;•&nbsp;&nbsp;</span><a href=\"https://stormsoftware.com/contact\" target=\"_blank\">Contact</a><span>&nbsp;&nbsp;•&nbsp;&nbsp;</span><a href=\"https://discord.gg/MQ6YVzakM5\" target=\"_blank\">Discord</a><span>&nbsp;&nbsp;•&nbsp;&nbsp;</span><a href=\"https://t.me/storm_software\" target=\"_blank\">Telegram</a><span>&nbsp;&nbsp;•&nbsp;&nbsp;</span><a href=\"https://medium.com/storm-software\" target=\"_blank\">Medium</a><span>&nbsp;&nbsp;•&nbsp;&nbsp;</span><a href=\"https://www.patreon.com/StormSoftware\" target=\"_blank\">Sponsorship</a><span>&nbsp;&nbsp;•&nbsp;&nbsp;</span><a href=\"https://keybase.io/sullivanp\" target=\"_blank\">OpenPGP Key</a></b></div><br /><div align="center"><b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D</div><hr />" >>profile/README.md
3535
echo "" >>profile/README.md

repository_list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
storm-software/powerlines
2-
storm-software/cyclone-ui
32
storm-software/shell-shock
3+
storm-software/cyclone-ui
44
storm-software/stryke
55
storm-software/acidic
66
storm-software/reaper

0 commit comments

Comments
 (0)