Skip to content

Commit

Permalink
Update clients/omnitruck/replicated/replicated.impl.go
Browse files Browse the repository at this point in the history
Co-authored-by: RajeshPaul38 <[email protected]>
  • Loading branch information
shanmugapriya-tr and RajeshPaul38 authored Jul 23, 2024
1 parent dc6dc6f commit dc2e7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/omnitruck/replicated/replicated.impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (r ReplicatedImpl) makeRequest(url, method, requestId string, payload io.Re

res, err := r.Client.Do(req)
if err != nil {
log.Errorln("error on response.\n[ERROR] -", err.Error())
log.Errorln("error on response.\n[ERROR] - ", err.Error())
return 0, nil, err
}

Expand Down

0 comments on commit dc2e7d9

Please sign in to comment.