Skip to content

Commit

Permalink
Merge pull request #1563 from agonzalezrh/patch-1
Browse files Browse the repository at this point in the history
CNV-33510: Use lowercase autounattend and unattend file names
  • Loading branch information
openshift-merge-robot authored Sep 27, 2023
2 parents 30da813 + 1e7c29e commit 7dd4b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/components/SysprepModal/sysprep-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { getDisks, getVolumes } from '@kubevirt-utils/resources/vm';
import { getRandomChars } from '@kubevirt-utils/utils/utils';

export const SYSPREP = 'sysprep';
export const AUTOUNATTEND = 'Autounattend.xml';
export const UNATTEND = 'Unattend.xml';
export const AUTOUNATTEND = 'autounattend.xml';
export const UNATTEND = 'unattend.xml';
export const WINDOWS = 'windows';

export type SysprepData = { autounattend?: string; unattended?: string };
Expand Down

0 comments on commit 7dd4b8b

Please sign in to comment.