Skip to content

Commit 0f73631

Browse files
committed
fix(icons): update github repo location
1 parent e33ecb5 commit 0f73631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server-icon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function startServerIcon(): void {
2727
// Fetch the list of icons
2828
const repoContents = await octokit.rest.repos.getContent({
2929
owner: "anucssa",
30-
repo: "cssa-pride-icons",
30+
repo: "cssa-server-icons",
3131
path: "icons",
3232
});
3333
if (repoContents.status !== 200) {

0 commit comments

Comments
 (0)