spelling: regular

pull/6013/head
Josh Soref 8 years ago
parent 8294c8bc66
commit 5178dd36e8

@ -63,7 +63,7 @@ func (s *StepDownload) Run(_ context.Context, state multistep.StateBag) multiste
ui.Say(fmt.Sprintf("Downloading or copying %s", s.Description))
// First try to use any already downloaded file
// If it fails, proceed to regualar download logic
// If it fails, proceed to regular download logic
var downloadConfigs = make([]*DownloadConfig, len(s.Url))
var finalPath string

Loading…
Cancel
Save