Skip to content

Commit 186ce72

Browse files
committed
docs: fix godoc comment to say working directory instead of repo root
Signed-off-by: graelo <graelo@graelo.cc>
1 parent d9f2ee6 commit 186ce72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ func initConfig() {
177177

178178
// findDefaultConfigFile returns the path of the first default config file
179179
// found under baseDir, in order of precedence:
180-
// 1. <baseDir>/.poutine.<ext> (repo root)
180+
// 1. <baseDir>/.poutine.<ext> (working directory)
181181
// 2. <baseDir>/.github/poutine.<ext> (GitHub convention — no leading dot)
182182
//
183183
// Extensions are those supported by viper (yml, yaml, json, toml, ...).

0 commit comments

Comments
 (0)