spelling: regular

This commit is contained in:
Josh Soref 2018-03-14 02:19:10 +00:00
parent 8294c8bc66
commit 5178dd36e8
1 changed files with 1 additions and 1 deletions

View File

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