Skip to content

Commit

Permalink
CAPZ v25.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
njuettner committed Jun 27, 2024
1 parent 5cbb6fb commit 1064981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func findReleases(provider string, archived bool) ([]v1alpha1.Release, error) {
}
if strings.Contains(release.Name, "azure") {
parts := strings.Split(release.Name, "-")
release.Name = parts[len(parts)-1] //
release.Name = "v" + parts[len(parts)-1] //
}

if releaseDirectory.Name() != release.Name {
Expand Down

0 comments on commit 1064981

Please sign in to comment.