mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Fix typo
This commit is contained in:
parent
a1d2a445b7
commit
b32f2c6b03
1 changed files with 2 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ type processor struct {
|
||||||
keyRing *crypto.KeyRing
|
keyRing *crypto.KeyRing
|
||||||
}
|
}
|
||||||
|
|
||||||
// Config-files pathes
|
// Pathes to the config ini file
|
||||||
var iniPaths = []string{
|
var iniPaths = []string{
|
||||||
"~/.config/csaf/uploader.ini",
|
"~/.config/csaf/uploader.ini",
|
||||||
"~/.csaf_uploader.ini",
|
"~/.csaf_uploader.ini",
|
||||||
|
|
@ -112,7 +112,7 @@ func newProcessor(opts *options) (*processor, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// httpClient Initializes the http client according
|
// httpClient Initializes the http client according
|
||||||
// to the "Insecure" flag option and return it
|
// to the "Insecure" flag option and returns it
|
||||||
func (p *processor) httpClient() *http.Client {
|
func (p *processor) httpClient() *http.Client {
|
||||||
var client http.Client
|
var client http.Client
|
||||||
if p.opts.Insecure {
|
if p.opts.Insecure {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue