control: Move serves into a separate components
This commit is contained in:
parent
6f409be8b2
commit
845e927117
12 changed files with 210 additions and 127 deletions
|
|
@ -39,7 +39,7 @@ func (upc updateprefixconfig) Run(context wisski_distillery.Context) error {
|
|||
}
|
||||
|
||||
ddis := dis.Control()
|
||||
target := ddis.ResolverConfigPath()
|
||||
target := dis.Resolver().ConfigPath()
|
||||
|
||||
// print the configuration
|
||||
config, err := dis.Core.Environment.Create(target, environment.DefaultFilePerm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue