Browse Source

Merge branch 'master' into gitlink

gitlink
Sydonian 6 months ago
parent
commit
e36aeee71f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      client/internal/ticktock/change_redundancy.go

+ 4
- 0
client/internal/ticktock/change_redundancy.go View File

@@ -56,6 +56,10 @@ func (j *ChangeRedundancy) Execute(t *TickTock) {
UserSpace: space,
}
}
if len(ctx.allUserSpaces) == 0 {
log.Warnf("no user space found")
return
}

lastPkgID := clitypes.PackageID(0)
for {


Loading…
Cancel
Save