spelling: regular
This commit is contained in:
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…
Reference in New Issue