renamed BuilderId

This commit is contained in:
LizaTretyakova 2017-04-22 11:36:34 +03:00
parent 3232c52682
commit 1d77b80f6b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package main
import "fmt"
const BuilderId = "packer.post-processor.vsphere-device"
const BuilderId = "LizaTretyakova.post-processor.vsphere-device"
type ArtifactFile struct {
Name string `json:"name"`