| commit | 9b52ab9df80ef838278c7de02aed292483aa2775 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jan 05 13:12:48 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jan 05 13:30:55 2024 +0400 |
| tree | df58256943e8aa12edf41a38b8af2f7aa5bd3ff4 | |
| parent | 3f697b1b5f446a39cb5f45368cd1df06cca946a4 [diff] [blame] |
appmanager: use cue config when available, migrate rpuppy to cue
diff --git a/core/installer/config.go b/core/installer/config.go index f800aff..be35735 100644 --- a/core/installer/config.go +++ b/core/installer/config.go
@@ -22,7 +22,7 @@ } type Config struct { - Values Values `json:"values"` + Values Values `json:"input"` // TODO(gio): rename } type Values struct {