Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Frederick <[email protected]>
  • Loading branch information
fantix and fmoor authored Jan 2, 2025
1 parent 618aca5 commit d57d6a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/client/connutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,7 @@ func findEdgeDBTOML(paths *cfgPaths) (string, error) {
pDev, err := device(parent)
if err != nil {
return "", fmt.Errorf(
"searching for edgedb.toml in or above %q: %w",
"searching for gel.toml in or above %q: %w",
filepath.Dir(tomlPath), err)
}

Expand All @@ -1488,7 +1488,7 @@ func findEdgeDBTOML(paths *cfgPaths) (string, error) {
err = errNoTOMLFound
}
return "", fmt.Errorf(
"%w: stopped searching for edgedb.toml "+
"%w: stopped searching for gel.toml "+
"at file system boundary %q", err, dir)
}

Expand Down

0 comments on commit d57d6a6

Please sign in to comment.