Skip to content

Commit e48a086

Browse files
committed
Use the right graph protocol repo
1 parent e887768 commit e48a086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cli/src/command-helpers/local-node.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async function getLatestGithubRelease(owner: string, repo: string) {
4343
}
4444

4545
export async function getLatestGraphNodeRelease(): Promise<string> {
46-
return getLatestGithubRelease('incrypto32', 'graph-node');
46+
return getLatestGithubRelease('graphprotocol', 'graph-node');
4747
}
4848

4949
export async function downloadGraphNodeRelease(
@@ -55,7 +55,7 @@ export async function downloadGraphNodeRelease(
5555

5656
try {
5757
return await downloadGithubRelease(
58-
'incrypto32',
58+
'graphprotocol',
5959
'graph-node',
6060
release,
6161
outputDir,

0 commit comments

Comments
 (0)