Fix instance updating
This commit is contained in:
parent
b2c12ac9be
commit
8bd44cd91e
9 changed files with 64 additions and 73 deletions
|
|
@ -54,7 +54,7 @@ func (bu blindUpdate) Run(context wisski_distillery.Context) (err error) {
|
|||
|
||||
// and do the actual blind_update!
|
||||
return status.WriterGroup(context.Stderr, bu.Parallel, func(instance *wisski.WissKI, writer io.Writer) error {
|
||||
return instance.Drush().Update(context.Context, writer)
|
||||
return instance.Composer().Update(context.Context, writer)
|
||||
}, wissKIs, status.SmartMessage(func(item *wisski.WissKI) string {
|
||||
return fmt.Sprintf("blind_update %q", item.Slug)
|
||||
}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue