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:
@@ -34,6 +34,7 @@ var (
|
||||
configSearchLocations = []string{
|
||||
".",
|
||||
path.Join(homeDir, ".ct"),
|
||||
"/usr/local/etc/ct",
|
||||
"/etc/ct",
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user