Skip to content

Commit

Permalink
Merge pull request #22090 from n1hility/correct-extension
Browse files Browse the repository at this point in the history
Use correct extension in suite
  • Loading branch information
openshift-merge-bot[bot] authored Mar 19, 2024
2 parents 8a643c2 + 3f2b8bb commit d398b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/machine/e2e/machine_wsl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func pullWSLDisk() error {
if downloadLocation == "" {
return errors.New("machine tests require a file reference to a disk image right now")
}
compressionExtension := ".xz"
compressionExtension := ".zst"
suiteImageName = strings.TrimSuffix(path.Base(downloadLocation), compressionExtension)
fqImageName = filepath.Join(tmpDir, suiteImageName)
getMe, err := url2.Parse(downloadLocation)
Expand Down

0 comments on commit d398b92

Please sign in to comment.