mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
todos
This commit is contained in:
@@ -128,7 +128,7 @@ func (p *Provisioner) ProvisionDownload(ui packer.Ui, comm packer.Communicator)
|
||||
|
||||
// Get a default progress bar
|
||||
pb := packer.NoopProgressBar{}
|
||||
pb.Start(0)
|
||||
pb.Start(0) // TODO: find size ? Remove ?
|
||||
defer pb.Finish()
|
||||
|
||||
// Create MultiWriter for the current progress
|
||||
|
||||
Reference in New Issue
Block a user