Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmdm committed May 27, 2021
1 parent 9dfc1de commit 1f06f3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/internal/contextFile.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ type ContextFile struct {
}

// readContextFileFromWorkingDirectory scans the current directory and searches for a .yeyrc.yaml file and returns
// the bytes in the file, and an error if encountered. If none is found it climbs the directory hierarchy.
// the bytes in the file, the absolute path to contextFile and an error if encountered.
// If none is found it climbs the directory hierarchy.
func readContextFileFromWorkingDirectory() ([]byte, string, error) {
wd, err := os.Getwd()
if err != nil {
Expand Down

0 comments on commit 1f06f3b

Please sign in to comment.