add correct debug settings

Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
pull/7897/head
Matt Butcher 6 years ago
parent 2c8ae08517
commit ba20b74b7a
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -210,7 +210,7 @@ func runInstall(args []string, client *action.Install, valueOpts *values.Options
Getters: p,
RepositoryConfig: settings.RepositoryConfig,
RepositoryCache: settings.RepositoryCache,
Debug: true,
Debug: settings.Debug,
}
if err := man.Update(); err != nil {
return nil, err

Loading…
Cancel
Save