Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jan 5, 2024
1 parent e5d18b3 commit b0cbc7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests/docker/test_env/cl_node.go
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,8 @@ func (n *ClNode) ExecGetVersion() (string, error) {

if len(matches) > 1 {
return matches[1], nil
} else {
return "", errors.Errorf("could not find chainlink version in command output '%'", output)
}
return "", errors.Errorf("could not find chainlink version in command output '%'", output)
}

func (n *ClNode) getContainerRequest(secrets string) (
Expand Down

0 comments on commit b0cbc7d

Please sign in to comment.