Wizard: Change WSL file extension

This updates WSL file extension from `.tar.gz` to `.wsl`
This commit is contained in:
regexowl 2025-07-14 14:42:49 +02:00 committed by Klara Simickova
parent 10a67ca6e3
commit b6e9fef70b
4 changed files with 9 additions and 9 deletions

View file

@ -316,7 +316,7 @@ const TargetEnvironment = () => {
<Checkbox
label={
<>
WSL - Windows Subsystem for Linux (.tar.gz)
WSL - Windows Subsystem for Linux (.wsl)
<Popover
maxWidth="30rem"
position="right"

View file

@ -284,7 +284,7 @@ const Review = () => {
<StackItem>
<Content>
<Content component={ContentVariants.h3}>
WSL - {targetOptions.wsl} (.tar.gz)
WSL - {targetOptions.wsl} (.wsl)
</Content>
<TargetEnvOtherList />
</Content>

View file

@ -384,7 +384,7 @@ export const AwsS3Instance = ({
'image-installer': '.iso',
vsphere: '.vmdk',
'vsphere-ova': '.ova',
wsl: '.tar.gz',
wsl: '.wsl',
ami: '',
'rhel-edge-commit': '',
'rhel-edge-installer': '',