| commit | 08af67aef1c07d1f0ff4f8d93a77237263db737e | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jan 18 08:53:05 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Thu Jan 18 08:53:05 2024 +0400 |
| tree | 8c438f7f33bd1f540b4d4baaf5ca15204b3bf7ba | |
| parent | ef21c1313e8bc150ff4b571dab4cbee50fbe0029 [diff] [blame] |
installer: refactor App interface
diff --git a/core/installer/repoio.go b/core/installer/repoio.go index 068e994..d0ecd14 100644 --- a/core/installer/repoio.go +++ b/core/installer/repoio.go
@@ -268,7 +268,7 @@ return err } cfg := AppConfig{ - AppId: app.Name, + AppId: app.Name(), Config: values, Derived: derived, }