Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Commit f2d2e5b

Browse files
committed
removing all vmdk testing
1 parent 0c7abea commit f2d2e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Functions/Public/ConvertTo-Dockerfile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function ConvertTo-Dockerfile {
5050
}
5151

5252
Write-Verbose -Message ('Starting conversion process')
53-
Write-Verbose -Message ('test1')
53+
5454
### Verify the image type before proceeding
5555
$ImageType = GetImageType -Path $ImagePath
5656
Write-Verbose -Message ('Image type is: {0}' -f $ImageType)

0 commit comments

Comments
 (0)