Skip to content

Commit 69cecfe

Browse files
committed
Build: fix the PSScriptAnalyzer release tag
1 parent 4649255 commit 69cecfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
mavenCentral()
3939
ivy {
4040
url = uri("https://github.com/PowerShell/PSScriptAnalyzer/releases/download/")
41-
patternLayout { artifact("v[revision]/[module].[revision].[ext]") }
41+
patternLayout { artifact("[revision]/[module].[revision].[ext]") }
4242
content { includeGroup("PSScriptAnalyzer") }
4343
metadataSources { artifact() }
4444
}

0 commit comments

Comments
 (0)