Return targetPath

This commit is contained in:
Jan Brauer 2013-11-25 22:32:14 +01:00
parent 8beaae0d0e
commit 1a191044e7
1 changed files with 1 additions and 1 deletions

View File

@ -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) {