Wizard: Change WSL file extension
This updates WSL file extension from `.tar.gz` to `.wsl`
This commit is contained in:
parent
10a67ca6e3
commit
b6e9fef70b
4 changed files with 9 additions and 9 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -284,7 +284,7 @@ const Review = () => {
|
|||
<StackItem>
|
||||
<Content>
|
||||
<Content component={ContentVariants.h3}>
|
||||
WSL - {targetOptions.wsl} (.tar.gz)
|
||||
WSL - {targetOptions.wsl} (.wsl)
|
||||
</Content>
|
||||
<TargetEnvOtherList />
|
||||
</Content>
|
||||
|
|
|
|||
|
|
@ -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': '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue