Skip to content

Commit

Permalink
Update multistep/commonsteps/step_download.go
Browse files Browse the repository at this point in the history
Co-authored-by: Wilken Rivera <[email protected]>
  • Loading branch information
SwampDragons and Wilken Rivera authored Oct 7, 2021
1 parent 62c92f6 commit 2e33258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multistep/commonsteps/step_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func (s *StepDownload) Run(ctx context.Context, state multistep.StateBag) multis
if err == nil {
state.Put(s.ResultKey, dst)
// Track the URL you actually used for the download.
stete.Put("SourceImageURL", source)
state.Put("SourceImageURL", source)
return multistep.ActionContinue
}
// may be another url will work
Expand Down

0 comments on commit 2e33258

Please sign in to comment.