Skip to content

Commit d11abe7

Browse files
authored
Update build_codeql_bundle_dist.ps1
1 parent 986ec51 commit d11abe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_codeql_bundle_dist.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (-not (Test-Path $DestinationDirectory)) {
2020
}
2121

2222
# download a copy of the release from GitHub
23-
gh release download "v$Version" --repo https://github.com/rvermeulen/codeql-bundle -D $WorkDirectory -A zip
23+
gh release download "v$Version" --repo https://github.com/jsinglet/codeql-bundle -D $WorkDirectory -A zip
2424

2525
# extract the zip file
2626
Expand-Archive -Path "$WorkDirectory\codeql-bundle-$Version.zip" -DestinationPath $WorkDirectory

0 commit comments

Comments
 (0)