Skip to content

Commit

Permalink
update dmverity tool to fix bug where hdv creation fails to move all …
Browse files Browse the repository at this point in the history
…VHDs from the temp dir

Signed-off-by: Heather Garvison <[email protected]>
  • Loading branch information
hgarvison committed Aug 14, 2024
1 parent a8ef0c4 commit bf239f6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/dmverity-vhd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,6 @@ var createVHDCommand = cli.Command{
sanitisedFileName := sanitiseVHDFilename(layerID)

suffixes := []string{".vhd"}
if verityHashDev {
suffixes = append(suffixes, ".hash-dev.vhd")
}

for _, srcSuffix := range suffixes {
src := filepath.Join(os.TempDir(), sanitisedFileName+srcSuffix)
Expand Down

0 comments on commit bf239f6

Please sign in to comment.