cmd/storj-sim: fix printing node url
Fix printing satellite url to help configure authservice. storj-sim network env SATELLITE_0_URL Change-Id: I786ab6723f837bbc35f1228eb73a82427d2f9250
This commit is contained in:
parent
5bc4c254d4
commit
036d5a8619
@ -383,7 +383,7 @@ func newNetwork(flags *Flags) (*Processes, error) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
process.AddExtra("ID", satNodeID.String())
|
process.Info.ID = satNodeID.String()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user