Skip to content

Commit

Permalink
Merge pull request #2234 from hgarvison/main
Browse files Browse the repository at this point in the history
Update dmverity tool to fix bug where hdv creation fails
  • Loading branch information
katiewasnothere authored Aug 28, 2024
2 parents f80cf91 + bf239f6 commit d2836fb
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 d2836fb

Please sign in to comment.