| commit | e009a5dd3fbd34d4586d2f2f9d08347b0f31ad6b | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Fri Jan 05 14:10:11 2024 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Jan 17 12:39:32 2024 +0400 |
| tree | 9d7550cc19de32cc82e05a631c6da62b8bfc7979 | |
| parent | b00a1db3769c05f06d10aca90acec784b9e4c2ee [diff] |
installer: migrate apps to cuelang
diff --git a/core/installer/cmd/bootstrap.go b/core/installer/cmd/bootstrap.go index 0aa5230..6e0b247 100644 --- a/core/installer/cmd/bootstrap.go +++ b/core/installer/cmd/bootstrap.go
@@ -79,6 +79,7 @@ } func bootstrapCmdRun(cmd *cobra.Command, args []string) error { + // TODO(gio): remove installer.CreateAllApps() adminPubKey, err := os.ReadFile(bootstrapFlags.adminPubKey) if err != nil { return err