1
0
mirror of https://github.com/helm/chart-testing.git synced 2026-02-05 09:45:14 +01:00

Add Homebrew installer (#244)

The Homebrew formula installs the config files to Homebrew's
etc directory, so we add that to the search locations for config files.

Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
Reinhard Nägele
2020-07-24 22:32:42 +02:00
committed by GitHub
parent 93b10e8e55
commit 50db473a1e
3 changed files with 20 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ var (
configSearchLocations = []string{
".",
path.Join(homeDir, ".ct"),
"/usr/local/etc/ct",
"/etc/ct",
}
)