fmt
This commit is contained in:
parent
8b9263d38f
commit
d1c69048ed
|
@ -59,7 +59,7 @@ func (s stepDownloadISO) Run(state map[string]interface{}) multistep.StepAction
|
||||||
progressTicker := time.NewTicker(5 * time.Second)
|
progressTicker := time.NewTicker(5 * time.Second)
|
||||||
defer progressTicker.Stop()
|
defer progressTicker.Stop()
|
||||||
|
|
||||||
DownloadWaitLoop:
|
DownloadWaitLoop:
|
||||||
for {
|
for {
|
||||||
select {
|
select {
|
||||||
case err := <-downloadCompleteCh:
|
case err := <-downloadCompleteCh:
|
||||||
|
|
Loading…
Reference in New Issue