Skip to content

Commit

Permalink
Update fluxpipe-server.go
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Apr 13, 2023
1 parent 3e403c9 commit 40d9387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluxpipe-server.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func exec(inputString string) (string, error) {

if q.Err() != nil {
fmt.Println("unexpected error from query execution: %s", q.Err())
return "", fmt.Errorf(q.Err())
return "", q.Err()

} else {
return buf.String(), nil
Expand Down

0 comments on commit 40d9387

Please sign in to comment.