Merge branch 'testnet/3' into feat/new-workers
This commit is contained in:
@@ -174,7 +174,7 @@ var initCmd = &cli.Command{
|
||||
var localPaths []config.LocalPath
|
||||
|
||||
if pssb := cctx.StringSlice("pre-sealed-sectors"); len(pssb) != 0 {
|
||||
log.Infof("Setting up storage config with presealed sector", pssb)
|
||||
log.Infof("Setting up storage config with presealed sector: %v", pssb)
|
||||
|
||||
for _, psp := range pssb {
|
||||
psp, err := homedir.Expand(psp)
|
||||
|
||||
Reference in New Issue
Block a user