|
|
@ -104,6 +104,6 @@ func ensureHome() error {
|
|
|
|
return fmt.Errorf("%s must be a file, not a directory", localRepoCacheFile)
|
|
|
|
return fmt.Errorf("%s must be a file, not a directory", localRepoCacheFile)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
fmt.Printf("$HELM_HOME has been configured at %s.\n", helmHome)
|
|
|
|
fmt.Printf("$HELM_HOME has been configured at %s.", helmHome)
|
|
|
|
return nil
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|