Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Packer 0.7.2 conform
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-shcherbakov committed Nov 5, 2014
1 parent fb38408 commit 35ec6f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified bin/packer-builder-hyperv-iso.exe
Binary file not shown.
Binary file modified bin/packer-provisioner-powershell.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions packer/builder/hyperv/common/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ func (*artifact) Id() string {
return "VM"
}

func (a *artifact) State(name string) interface{} {
return "Not implemented"
}

func (a *artifact) String() string {
return fmt.Sprintf("VM files in directory: %s", a.dir)
}
Expand Down

0 comments on commit 35ec6f0

Please sign in to comment.