(config command.Config, ui command.UI)
| 45 | } |
| 46 | |
| 47 | func (cmd *UpdateBuildpackCommand) Setup(config command.Config, ui command.UI) error { |
| 48 | cmd.ProgressBar = v7action.NewProgressBar() |
| 49 | return cmd.BaseCommand.Setup(config, ui) |
| 50 | } |
| 51 | |
| 52 | func (cmd UpdateBuildpackCommand) Execute(args []string) error { |
| 53 | var buildpackBitsPath, tmpDirPath string |
nothing calls this directly
no test coverage detected