mirror of https://github.com/hak5/overseer.git
commit
54c4e412bd
|
@ -122,5 +122,5 @@ func (s *S3) Fetch() (io.Reader, error) {
|
||||||
return gzip.NewReader(resp.Body)
|
return gzip.NewReader(resp.Body)
|
||||||
}
|
}
|
||||||
//success!
|
//success!
|
||||||
return nil, nil
|
return resp.Body, nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue