Skip to content

Commit 039ef46

Browse files
committed
Changed name of Vhd to represent module
1 parent 6cbac39 commit 039ef46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions/Initialize-PdcVhdDisk.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function Initialize-PdcVhdDisk {
9595

9696
# Create the partition, set the drive letter and format the volume
9797
try {
98-
$volume = Get-Disk -Number $disk.DiskNumber | New-Partition -UseMaximumSize | Format-Volume -FileSystem NTFS -NewFileSystemLabel "EasyClone" -AllocationUnitSize $AllocationUnitSize -Confirm:$false
98+
$volume = Get-Disk -Number $disk.DiskNumber | New-Partition -UseMaximumSize | Format-Volume -FileSystem NTFS -NewFileSystemLabel "PSDatabaseClone" -AllocationUnitSize $AllocationUnitSize -Confirm:$false
9999
}
100100
catch {
101101
# Dismount the drive

0 commit comments

Comments
 (0)