Fix instance updating
This commit is contained in:
parent
b2c12ac9be
commit
8bd44cd91e
9 changed files with 64 additions and 73 deletions
|
|
@ -68,6 +68,10 @@ func (wisski *WissKI) Drush() *drush.Drush {
|
|||
return export[*drush.Drush](wisski)
|
||||
}
|
||||
|
||||
func (wisski *WissKI) Composer() *composer.Composer {
|
||||
return export[*composer.Composer](wisski)
|
||||
}
|
||||
|
||||
func (wisski *WissKI) Users() *users.Users {
|
||||
return export[*users.Users](wisski)
|
||||
}
|
||||
|
|
@ -127,7 +131,7 @@ func (wisski *WissKI) allIngredients() []initFunc {
|
|||
}),
|
||||
auto[*barrel.LastRebuildFetcher],
|
||||
auto[*barrel.RunningFetcher],
|
||||
auto[*drush.LastUpdateFetcher],
|
||||
auto[*composer.LastUpdateFetcher],
|
||||
auto[*drush.LastCronFetcher],
|
||||
auto[*info.SnapshotsFetcher],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue