summaryrefslogtreecommitdiff
path: root/config/lives.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/lives.go')
-rw-r--r--config/lives.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lives.go b/config/lives.go
index 0e45247..3be4eb5 100644
--- a/config/lives.go
+++ b/config/lives.go
@@ -13,8 +13,8 @@ const LocalLibPrefix = "/opt/lib"
// installed dependencies and application files.
//
type LivesConfig struct {
- In string `yaml:"in" validate:"omitempty,abspath"` // application directory
- UserConfig `yaml:",inline"`
+ In string `json:"in" validate:"omitempty,abspath"` // application directory
+ UserConfig `json:",inline"`
}
// Merge takes another LivesConfig and overwrites this struct's fields.