Skip to content

Commit 3a7f4a7

Browse files
authored
Fix spelling mistake
Signed-off-by: Debug <[email protected]>
1 parent bfd39b3 commit 3a7f4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/gen_build_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
]
2121

2222
VERSION = os.environ['GITHUB_SHA']
23-
FORK_ID = "deltav"
23+
FORK_ID = "delta-v"
2424
BUILD_URL = f"https://builds.delta-v.org/{{FORK_ID}}/builds/{{FORK_VERSION}}/{FILE}"
2525
MANIFEST_URL = f"https://cdn.delta-v.org/version/{{FORK_VERSION}}/manifest"
2626
MANIFEST_DOWNLOAD_URL = f"https://cdn.delta-v.org/version/{{FORK_VERSION}}/download"

0 commit comments

Comments
 (0)