Skip to content

Commit

Permalink
Update tfinstall/download.go
Browse files Browse the repository at this point in the history
Co-authored-by: Radek Simko <[email protected]>
  • Loading branch information
kmoe and radeksimko committed Apr 23, 2021
1 parent d4dfaf5 commit e9c9861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfinstall/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func downloadWithVerification(ctx context.Context, tfVersion string, installDir
client.Dst = sumsTmpDir
err = client.Get()
if err != nil {
return "", fmt.Errorf("error fetching checksums at URL %s: %s", sumsURL, err)
return "", fmt.Errorf("error fetching checksums at URL %s: %w", sumsURL, err)
}

client.Src = sumsSigURL
Expand Down

0 comments on commit e9c9861

Please sign in to comment.