From a6891994d42ac1a31d727a28ce876ffe19ce91cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 10 Apr 2021 09:05:30 +0200 Subject: [PATCH] Add default location for config --- cmd/apiary.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/apiary.go b/cmd/apiary.go index bedc9ea..d503b21 100644 --- a/cmd/apiary.go +++ b/cmd/apiary.go @@ -178,6 +178,7 @@ func getConfig() (config.Config, error) { defaultLocations := []string{ "apiary.toml", "/etc/apiary.toml", + "/etc/apiary/apiary.toml", } for _, fname := range defaultLocations {