Skip to content

Commit

Permalink
fixup! Certificate support for image registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshort committed Jun 23, 2024
1 parent 0693c6a commit cf5b281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/httputil/httputil.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func LoadCerts(caDir string) (string, error) {
return err
}
if info.IsDir() {
return filepath.SkipDir
return nil
}
data, err := os.ReadFile(path)
if err != nil {
Expand Down

0 comments on commit cf5b281

Please sign in to comment.