Skip to content

Commit

Permalink
Fix typo in githubLLVM url
Browse files Browse the repository at this point in the history
  • Loading branch information
mariru27 committed Jan 20, 2025
1 parent a140fbc commit 6cccf2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Set-Variable -name kLLVMInstallLocations -value @("${Env:ProgramW6432}\LLVM\b
,"${Env:ProgramFiles(x86)}\LLVM\bin"
) -option Constant
#Url to assets (clang++ and clang-tidy) from previous release made by Clang Power Tools on github
Set-Variable -name kCptGithubLlvm -value "https://github.com/Caphyon/clang-power-tools/releases/tag/v2024.9.0" `
Set-Variable -name kCptGithubLlvm -value "https://github.com/Caphyon/clang-power-tools/releases/download/v2024.9.0" `
-option Constant
Set-Variable -name kCptGithubLlvmVersion -value "19.1.7 (LLVM 19.1.7)" -Option Constant

Expand Down

0 comments on commit 6cccf2a

Please sign in to comment.