Return targetPath

pull/655/head
Jan Brauer 13 years ago
parent 8a08a00d82
commit ab1fc1b7d5

@ -311,7 +311,7 @@ func (p *Provisioner) uploadManifestDir(ui packer.Ui, comm packer.Communicator)
return "", fmt.Errorf("Error uploading manifest dir: %s", err)
}
return p.config.ManifestDir, nil
return targetPath, nil
}
func (p *Provisioner) uploadManifests(ui packer.Ui, comm packer.Communicator) (string, error) {

Loading…
Cancel
Save