Skip to content

Commit

Permalink
Fix another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 29, 2021
1 parent 853db59 commit d90665e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eosclient/eosgrpc/eos_http/eoshttp.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (c *EosHTTPClient) buildFullURL(urlpath, uid, gid string) (string, error) {
return s, nil
}

// GetFile does an entire GET to download a full file. Returns a stream to read the content from
// GETFile does an entire GET to download a full file. Returns a stream to read the content from
func (c *EosHTTPClient) GETFile(ctx context.Context, remoteuser, uid, gid, urlpath string, stream io.WriteCloser) (io.ReadCloser, error) {

log := appctx.GetLogger(ctx)
Expand Down

0 comments on commit d90665e

Please sign in to comment.