We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3848b3d commit 57deac1Copy full SHA for 57deac1
commands/core/install.go
@@ -132,7 +132,7 @@ func runInstallCommand(cmd *cobra.Command, args []string) {
132
formatter.PrintError(err, "Cannot get core install path, try again.")
133
os.Exit(commands.ErrCoreConfig)
134
}
135
- possiblePath := filepath.Join(coreRoot, item.Platform.Name, item.Version)
+ possiblePath := filepath.Join(coreRoot, item.Platform.Architecture, item.Version)
136
137
err = cores.InstallPlatform(possiblePath, item.Resource)
138
if err != nil {
0 commit comments