Move instances into a separate component
This commit is contained in:
parent
233a51d4cd
commit
a8da3f70eb
46 changed files with 553 additions and 551 deletions
|
|
@ -80,7 +80,7 @@ func (si systemupdate) Run(context wisski_distillery.Context) error {
|
|||
logging.LogMessage(context.IOStream, "Ensuring distillery installation directories exist")
|
||||
for _, d := range []string{
|
||||
dis.Config.DeployRoot,
|
||||
dis.InstancesDir(),
|
||||
dis.Instances().Path(),
|
||||
dis.SnapshotsStagingPath(),
|
||||
dis.SnapshotsArchivePath(),
|
||||
} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue