Skip to content

Commit

Permalink
chore: make reviewable
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
  • Loading branch information
TylerGillson committed Jul 15, 2024
1 parent 8fceac7 commit cbdb481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/env_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func ReadHaulerProps(h *Hauler, e *Env) error {
if err != nil {
return err

Check warning on line 165 in pkg/services/env_service.go

View check run for this annotation

Codecov / codecov/patch

pkg/services/env_service.go#L163-L165

Added lines #L163 - L165 were not covered by tests
}

if caCertPath == "" {
h = nil
} else {
Expand Down

0 comments on commit cbdb481

Please sign in to comment.