fix hello deployment

This commit is contained in:
Willy Kloucek
2021-11-09 15:22:26 +01:00
parent ee03185b22
commit 16bb92f89c
9 changed files with 167 additions and 187 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ import (
var (
defaultLocations = []string{
filepath.Join(os.Getenv("HOME"), "/.ocis/config"),
"/etc/ocis",
filepath.Join(os.Getenv("HOME"), "/.ocis/config/"),
"/etc/ocis/",
".config/",
}